Fix rakyll.org/style-guide is unreachable (#286)

This commit is contained in:
Oleksandr Redko
2026-04-28 20:04:29 +03:00
committed by GitHub
parent 4943e5ef77
commit 0be11592f7
18 changed files with 18 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ If you need help with naming, formatting and style start by running [`gofmt`](ht
* https://golang.org/doc/effective_go.html#names
* https://blog.golang.org/package-names
* https://go.dev/wiki/CodeReviewComments
* [Style guideline for Go packages](https://rakyll.org/style-packages) (rakyll/JBD)
* [Style guideline for Go packages](https://web.archive.org/web/20260110162648/https://rakyll.org/style-packages/) (rakyll/JBD)
See [`Go Project Layout`](https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2) for additional background information.