Separate Files

This commit is contained in:
Aliberk Sandıkçı 2023-07-09 22:02:50 +03:00
parent 3b9f01af44
commit 04ad377375
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# 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|
| -- | -- |
@ -11,3 +13,5 @@ Personal Go Learning repo for both step-by-step tutorial througwalk, example pro
|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/)