From 071bae049341950b58c195f3fbe7d6887069829c Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Wed, 17 Aug 2022 15:43:59 +0200 Subject: [PATCH] Template and reorganization --- README.md | 2 +- book.md => about.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename book.md => about.md (98%) diff --git a/README.md b/README.md index 2ad7eae..daa28d1 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/book.md b/about.md similarity index 98% rename from book.md rename to about.md index f5e8397..74fe33c 100644 --- a/book.md +++ b/about.md @@ -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.