diff --git a/basics.go b/0basics/basics.go similarity index 100% rename from basics.go rename to 0basics/basics.go diff --git a/README.md b/README.md index da57b1c..dd92262 100644 --- a/README.md +++ b/README.md @@ -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/) + +