📖 100 Go Mistakes and How to Avoid Them
Find a file
albertchae 7b76ea932f
Fix TLDR for #51 Comparing an error value inaccurately
Both the text and [example source code](https://github.com/teivah/100-go-mistakes/blob/master/src/07-error-management/51-comparing-error-value/main.go) reference `errors.Is`, so I'm guessing this is copy pasta from `50 Comparing an error type inaccurately`?
2025-09-21 12:47:01 -07:00
.cache/plugin/social Last material version. 2025-08-27 15:54:11 +02:00
.github Fixing CI 2023-09-18 00:40:43 +02:00
docs Fix TLDR for #51 Comparing an error value inaccurately 2025-09-21 12:47:01 -07:00
includes Abbreviation, structure 2024-03-08 00:40:56 +01:00
overrides GTM. 2024-10-27 11:08:04 +01:00
site Last material version. 2025-08-27 15:54:11 +02:00
src Missing main. 2025-04-12 20:30:55 +02:00
.gitattributes Update .gitattributes 2023-10-01 19:29:14 +02:00
.gitignore init 2020-12-12 11:02:16 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2023-10-01 13:27:11 +02:00
go.mod Fix import path 2024-05-11 23:48:48 +08:00
go.sum All 2021-12-27 15:56:17 +01:00
justfile Japanese, content 2023-10-10 19:22:17 +02:00
LICENSE.md Add license 2021-12-27 16:02:21 +01:00
mkdocs.yml Adding blog link. 2025-04-12 20:29:18 +02:00
README.md Bump mkdocs version. 2024-10-13 21:23:15 +02:00

100 Go Mistakes and How to Avoid Them

Source code and community space of 📖 100 Go Mistakes and How to Avoid Them, published by Manning in August 2022.

Read online: 100go.co.