Template and reorganization

This commit is contained in:
Teiva Harsanyi 2022-08-17 15:43:59 +02:00
parent 2259c122e1
commit 071bae0493
No known key found for this signature in database
GPG key ID: 421EF65C3FD2F93C
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Source code and community space of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them) (Manning, Oct. 2022).
[About the book](#book.md)
[About the book](#https://github.com/teivah/100-go-mistakes/blob/master/book.md)
**Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah).

View file

@ -1,4 +1,4 @@
# 100 Go Mistakes and How to Avoid Them
# About the Book: 100 Go Mistakes and How to Avoid Them
Spot errors in your Go code you didnt even know you were making and boost your productivity by avoiding common mistakes and pitfalls.