From d937c0497a738b7477f894f898d2b50148b91bbd Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 24 Jul 2023 09:52:45 +0300 Subject: [PATCH] add new resources --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b93fa8..09fec04 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env - 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 +- https://go.dev/ref/mod ### FAQ