2023-07-09 21:13:24 +03:00
|
|
|
# Go Learning
|
|
|
|
Personal Go Learning repo for both step-by-step tutorial througwalk, example programs and personal notes
|
|
|
|
|
2023-07-09 22:02:50 +03:00
|
|
|
In this repo all .go files separated different directories because of the readiblity.
|
|
|
|
|
2023-07-09 21:13:24 +03:00
|
|
|
## 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/)
|
|
|
|
|
2023-07-09 22:02:50 +03:00
|
|
|
|
|
|
|
|