From 04ad3773755734e08ec9f50c941edef43a8a941a Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 9 Jul 2023 22:02:50 +0300 Subject: [PATCH] Separate Files --- basics.go => 0basics/basics.go | 0 README.md | 4 ++++ 2 files changed, 4 insertions(+) rename basics.go => 0basics/basics.go (100%) 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/) + +