mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-22 09:27:16 +08:00
Template and reorganization
This commit is contained in:
parent
2259c122e1
commit
071bae0493
2 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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 didn’t even know you were making and boost your productivity by avoiding common mistakes and pitfalls.
|
||||
|
||||
Loading…
Reference in a new issue