refactor: update readme
This commit is contained in:
parent
3357e257fc
commit
7b1742ee2d
1 changed files with 17 additions and 9 deletions
26
README.md
26
README.md
|
@ -3,16 +3,24 @@
|
|||
Understand project structure of GO. Go Modules, GOPATH, efficent development environment... This repo contains lots of trash folder/file! Just trying to understand structure with trying lots of unnecessary things too
|
||||
|
||||
### Base Resources
|
||||
| Resource | Explanation | Implementation |
|
||||
| Resource | Explanation | Situation |
|
||||
| -------- | ----------- | -------------- |
|
||||
| https://github.com/golang/go/wiki/Modules | - | - |
|
||||
| https://go.dev/blog/using-go-modules | - | - |
|
||||
| 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 | Modules | [module-str](simple-structrue/module-str) |
|
||||
| https://www.digitalocean.com/community/tutorials/how-to-write-packages-in-go | Packages | [package-str](simple-structure/package-str/) |
|
||||
| https://go.dev/ref/mod | - | - |
|
||||
| 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 | 📚 |
|
||||
|
||||
<details>
|
||||
<summary>emoji</summary>
|
||||
⭐ Very useful, use actively<br>
|
||||
📚 Up to date and very detailed explanations<br>
|
||||
✔️ Done, has been read<br>
|
||||
✅ Use actively, ready-to-use
|
||||
</details>
|
||||
|
||||
### FAQ
|
||||
<details>
|
||||
|
|
Loading…
Reference in a new issue