add new resources

This commit is contained in:
Aliberk Sandıkçı 2023-07-24 09:52:45 +03:00
parent 80ecc96d44
commit d937c0497a
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env
- https://github.com/golang-standards/project-layout - https://github.com/golang-standards/project-layout
- https://go.dev/doc/code - https://go.dev/doc/code
- https://tutorialedge.net/golang/go-project-structure-best-practices/ - https://tutorialedge.net/golang/go-project-structure-best-practices/
- https://www.digitalocean.com/community/tutorials/how-to-use-go-modules
- https://go.dev/ref/mod
### FAQ ### FAQ
<details> <details>