From e1e8be823e94ce2b6951bda2cdeb32a13b2907b9 Mon Sep 17 00:00:00 2001 From: Maksim Date: Thu, 24 Nov 2022 04:23:22 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd98704..2fd70f2 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,6 @@ Contributions are always welcome! - [ ] [Python For Everyone](https://www.py4e.com/) - [ ] [Complete Python Tutorial](https://www.scaler.com/topics/python/) - ### Go (Golang) - [ ] [A tour of Go](https://tour.golang.org) @@ -130,6 +129,9 @@ Contributions are always welcome! - [ ] [Effective Go](https://golang.org/doc/effective_go.html) - [ ] [Go Design Patterns](https://github.com/tmrts/go-patterns) - [ ] [Go Memory Management](https://povilasv.me/go-memory-management) +- [ ] [Style Guide](https://google.github.io/styleguide/go/guide) +- [ ] [Style Decisions](https://google.github.io/styleguide/go/decisions) +- [ ] [Best Practices](https://google.github.io/styleguide/go/best-practices) ### Big O Notation, Algorithms and Data Structures