Go Project Organizations and other temporary tries
.gitignore | ||
LICENSE | ||
README.md |
go-organization
Understand project structure of GO. Go Modules, GOPATH, efficent development environment...
Base Resources
- https://github.com/golang/go/wiki/Modules
- https://go.dev/blog/using-go-modules
- https://github.com/golang-standards/project-layout
- https://go.dev/doc/code
- https://tutorialedge.net/golang/go-project-structure-best-practices/