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

@@ -37,7 +37,7 @@ Bắt đầu với [`gofmt`](https://golang.org/cmd/gofmt/) và [`golint`](https
* https://golang.org/doc/effective_go.html#names
* https://blog.golang.org/package-names
* https://go.dev/wiki/CodeReviewComments
* [Hướng dẫn thiết kế các gói trong Go](https://rakyll.org/style-packages) (rakyll/JBD)
* [Hướng dẫn thiết kế các gói trong Go](https://web.archive.org/web/20260110162648/https://rakyll.org/style-packages/) (rakyll/JBD)
Đọc thêm [`Mẫu dự án Go`](https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2) để biết thêm thông tin cơ bản.