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

@@ -40,7 +40,7 @@ Go 1.14로 [`Go Modules`](https://go.dev/wiki/Modules) 은 최종적으로 프
* 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)
자세한 배경 지식에 대해서는 [`Go Project Layout`](https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2) 를 확인하세요.