https://github.com/tullo/moda
go module scratchpad
https://github.com/tullo/moda
golang module scratchpad
Last synced: 23 days ago
JSON representation
go module scratchpad
- Host: GitHub
- URL: https://github.com/tullo/moda
- Owner: tullo
- Created: 2019-03-27T22:04:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T19:28:21.000Z (over 1 year ago)
- Last Synced: 2025-02-22T23:27:58.238Z (over 1 year ago)
- Topics: golang, module, scratchpad
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moda
1. [Steps for plain go code becomming part of go module version 1.0.0](v1.md)
1. [Steps to get from v1.0.0 to v2.0.0](../v2/v2.md) - package updated with **non-backwards compatible** change
1. [Checksum mismatch](../v2/cache.md) `go get ./...` (solution => go cache invalidation)