refactor: update readme
This commit is contained in:
parent
7b1742ee2d
commit
0fac5ad0bd
1 changed files with 5 additions and 4 deletions
|
@ -5,13 +5,13 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env
|
||||||
### Base Resources
|
### Base Resources
|
||||||
| Resource | Explanation | Situation |
|
| 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://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://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://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://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 | 📚 |
|
| https://go.dev/ref/mod | Modules Reference | 📚 |
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
@ -19,7 +19,8 @@ Understand project structure of GO. Go Modules, GOPATH, efficent development env
|
||||||
⭐ Very useful, use actively<br>
|
⭐ Very useful, use actively<br>
|
||||||
📚 Up to date and very detailed explanations<br>
|
📚 Up to date and very detailed explanations<br>
|
||||||
✔️ Done, has been read<br>
|
✔️ Done, has been read<br>
|
||||||
✅ Use actively, ready-to-use
|
✅ Use actively, ready-to-use <br>
|
||||||
|
👉 Start from here, step-by-step explanation
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### FAQ
|
### FAQ
|
||||||
|
|
Loading…
Reference in a new issue