From f88e88b4061f3835263996f7a4c826fc08804158 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 5 Aug 2023 15:53:02 -0400 Subject: [PATCH] Ad notes section --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 577af38..9649cf0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# learn_golang +# Learn Golang + +Following the O'Reilly "Learning Go: An Idiomatic Approach to Real-World Go Programming" + +## Notes + +- The use of `./...` denotes a wildcard for tools like `go fmt`. It matches all .go files in the current directory and it's subdirectories. + -# Learn GoLang \ No newline at end of file