go-organization/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2023-07-19 15:03:27 +03:00
# go-organization
2023-07-19 15:12:57 +03:00
Go Project Organizations and other temporary tries
Resources:
- https://go.dev/doc/code | ⭐
- https://vid.priv.au/watch?v=XCsL89YtqCs | ⭐
- https://stackoverflow.com/questions/9985559/organizing-a-multiple-file-go-project | ⭐
2023-07-24 06:25:30 +03:00
- https://github.com/golang-standards/project-layout
- https://tutorialedge.net/golang/go-project-structure-best-practices/
- https://dev.to/jinxankit/go-project-structure-and-guidelines-4ccm
- https://stackoverflow.com/questions/46646559/golang-project-directory-structure
- https://www.develves.net/blogs/asd/2016-10-16-using-virtual-environments-go/ | About Virtual Environment
- https://stackoverflow.com/questions/61813503/is-there-a-go-equivalent-to-pythons-virtualenv | About Virtual Environment
2023-07-19 15:12:57 +03:00
- https://stackoverflow.com/questions/27314548/how-to-use-multiple-go-files-in-the-same-application
- https://www.reddit.com/r/golang/comments/npkua1/how_to_compile_go_project_with_multiple_files/
- https://www.reddit.com/r/golang/comments/au0xcj/using_multiple_go_files/
- https://www.reddit.com/r/golang/comments/10rto2n/how_to_work_with_multiple_go_files/