go-learning/README.md

18 lines
783 B
Markdown

# Go Learning
Personal Go Learning repo for both step-by-step tutorial througwalk, example programs and personal notes
In this repo all .go files separated different directories because of the readiblity.
## Resources
|Type|Link|
| -- | -- |
|Main Resource|[Go Official Learning](https://go.dev/tour/list)|
|Secondary Resource|[Türkçe Go Eğitimi](https://github.com/Furkan-Gulsen/turkce-go-egitimi)|
|Tertiary Resource|[Tutorialspoint](https://www.tutorialspoint.com/go/index.htm)|
|Example Resources|[Head First Go](https://headfirstgo.com/), [Go by Example](https://gobyexample.com/) |
|Documentation Resources | [Go Official Documentation](https://go.dev/doc/) , [Go Packages Documentation](https://pkg.go.dev/)
|Books|[The Go Programming Language](https://www.gopl.io/)