Personal Go Learning Repository
Go to file
Aliberk Sandıkçı 04ad377375 Separate Files 2023-07-09 22:02:50 +03:00
0basics Separate Files 2023-07-09 22:02:50 +03:00
.gitignore Initial Commit 2023-07-09 21:13:24 +03:00
README.md Separate Files 2023-07-09 22:02:50 +03:00
development.sh Initial Commit 2023-07-09 21:13:24 +03:00

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