# go-organization Understand project structure of GO. Go Modules, GOPATH, efficent development environment... This repo contains lots of trash folder/file! Just trying to understand structure with trying lots of unnecessary things too ### Base Resources | Resource | Explanation | Implementation | | -------- | ----------- | -------------- | | 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/ | - | - | | https://www.digitalocean.com/community/tutorials/how-to-use-go-modules | Modules | - | | https://www.digitalocean.com/community/tutorials/how-to-write-packages-in-go | Packages | [package-str](simple-structure/package-str/) | | https://go.dev/ref/mod | - | - | ### FAQ

Is there any venv equal for Go language or any virtual environment tool?