https://github.com/debek/golang_learning_projects
https://github.com/debek/golang_learning_projects
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/debek/golang_learning_projects
- Owner: debek
- Created: 2022-01-28T21:46:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T09:52:22.000Z (over 3 years ago)
- Last Synced: 2024-12-27T18:22:33.045Z (over 1 year ago)
- Language: Go
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go_learning_projects
After few GO courses and working hands on I decided to make a huge golang course again and prepare some kind of shortcut for private usage.
https://www.udemy.com/course/learn-how-to-code/
## Community:
https://forum.golangbridge.org/
https://stackoverflow.com/questions/tagged/go?tab=Newest
## Documentation
https://go.dev/ref/spec - Specifications
https://go.dev/doc/effective_go - Effective
https://go.dev/doc/cmd - CLI
https://pkg.go.dev/std - Standard Packages library
https://pkg.go.dev/ - 3-d party Packages library
https://gobyexample.com/ - Go Examples