Personal Go Learning Repository
Go to file
Aliberk Sandıkçı db81bd6a9e slices exercise solution 2023-07-12 16:45:14 +03:00
0basics Separate Files 2023-07-09 22:02:50 +03:00
1flow Defer 2023-07-10 08:44:39 +03:00
2moretypes Range 2023-07-12 16:04:57 +03:00
exercises slices exercise solution 2023-07-12 16:45:14 +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