go-learning/README.md
2023-08-25 22:44:09 +03:00

1.8 KiB

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