Personal Go Learning Repository
| 0basics | ||
| 1flow | ||
| 2moretypes | ||
| 3methods | ||
| 4generics | ||
| 5concurrency | ||
| exercises | ||
| .gitignore | ||
| development.sh | ||
| go.work.sum | ||
| README.md | ||
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 |
| Secondary Resource | Türkçe Go Eğitimi |
| Tertiary Resource | Tutorialspoint |
| Example Resources | Head First Go, Go by Example |
| Documentation Resources | Go Official Documentation , Go Packages Documentation |
| Books | The Go Programming Language |
| Extra Useful Websites | gosamples.dev, Google Style Guide |
| CodeAcademy Course | https://www.codecademy.com/learn/learn-go |
Good Article, Documentation, Blog Websites
Extra Resources by Subject
| Subject | Links |
|---|---|
| Interface | MediumLink1, MediumLink2 |
| Linked List using Generics | Medium Link, GitHub Link |
| Goroutines | Medium Link, Blog1, Go Talk Slides2012, Go Talk Slides2013 |