|
|
|
|
|
by ithkuil
2150 days ago
|
|
If you want to learn this my suggestion: Dedicate 30m to read https://blog.golang.org/using-go-modules and try it out with a small demo project,e.g. write a small tool that emits a uuid; keep the toy project very small so you don't encounter other problems that might distract you from learning the basics of dependency management. Search for dependencies using pkg.go.dev. |
|