From 51faf9b2c1343a08f6d655646e7ef85e2fe1f2fc Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 23 Jul 2023 13:02:11 +0300 Subject: [PATCH] chore: add google source and update gitignore --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38fa846..b11731a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ go.work # Tutorial examples -examples/ \ No newline at end of file +examples/ +tmp.go \ No newline at end of file diff --git a/README.md b/README.md index 831992a..437b63a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ In this repo all .go files separated different directories because of the readib |Example Resources|[Head First Go](https://headfirstgo.com/), [Go by Example](https://gobyexample.com/) | |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/) -|Extra Useful Websites|[gosamples.dev](https://gosamples.dev)| +|Extra Useful Websites|[gosamples.dev](https://gosamples.dev), [Google Style Guide](https://google.github.io/styleguide/go/)| |CodeAcademy Course|https://www.codecademy.com/learn/learn-go|