From 0fac5ad0bd7d1f9934373e54f0989d590ffbc4ee Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 26 Jul 2023 10:09:29 +0300 Subject: [PATCH] refactor: update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c27658..a7f33c6 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env ### Base Resources | Resource | Explanation | Situation | | -------- | ----------- | -------------- | +| https://www.digitalocean.com/community/tutorials/how-to-use-go-modules | 👉 Modules - How to use them | [module-str](simple-structrue/module-str/mymodule/) ✔️ | +| https://www.digitalocean.com/community/tutorials/how-to-write-packages-in-go | 👉 Packages - How to use them | [package-str](simple-structure/package-str/) ✔️ | +| https://github.com/golang-standards/project-layout | ⭐ Unoffical but ready-to-use go project structure | ✅ | | https://github.com/golang/go/wiki/Modules | ⭐ Up-to-date Explanation/Example of go Modules | 📚 | | https://go.dev/blog/using-go-modules | Working with modules, versions and dependencies | ✔️ | -| https://github.com/golang-standards/project-layout | ⭐ Unoffical but ready-to-use go project structure | ✅ | | https://go.dev/doc/code | General overview for writing code in go | ✔️ | | https://tutorialedge.net/golang/go-project-structure-best-practices/ | a blog about go structure | ✔️ | -| https://www.digitalocean.com/community/tutorials/how-to-use-go-modules | Modules - How to use them | [module-str](simple-structrue/module-str) ✔️ | -| https://www.digitalocean.com/community/tutorials/how-to-write-packages-in-go | Packages - How to use them | [package-str](simple-structure/package-str/) ✔️ | | https://go.dev/ref/mod | Modules Reference | 📚 |
@@ -19,7 +19,8 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env ⭐ Very useful, use actively
📚 Up to date and very detailed explanations
✔️ Done, has been read
-✅ Use actively, ready-to-use +✅ Use actively, ready-to-use
+👉 Start from here, step-by-step explanation
### FAQ