mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 06:06:18 +00:00
Merge branch 'master' into doc/adds-links-it-translation
This commit is contained in:
18
README_ja.md
18
README_ja.md
@@ -15,6 +15,9 @@
|
||||
* [Русский](README_ru.md)
|
||||
* [Türkçe](README_tr.md)
|
||||
* [Italiano](README_it.md)
|
||||
* [Vietnamese](README_vi.md)
|
||||
* [Українська](README_ua.md)
|
||||
* [Indonesian](README_id.md)
|
||||
|
||||
## 概要
|
||||
|
||||
@@ -114,7 +117,7 @@ OpenAPI/Swaggerの仕様、JSONスキーマファイル、プロトコル定義
|
||||
|
||||
様々なビルド、インストール、解析などの操作を行うためのスクリプトです。
|
||||
|
||||
これらのスクリプトはルートレベルの Makefile を小さくシンプルに保ちます (例: [`https://github.com/hashicorp/terraform/blob/master/Makefile`](https://github.com/hashicorp/terraform/blob/master/Makefile))。
|
||||
これらのスクリプトはルートレベルの Makefile を小さくシンプルに保ちます (例: [`https://github.com/hashicorp/terraform/blob/main/Makefile`](https://github.com/hashicorp/terraform/blob/main/Makefile))。
|
||||
|
||||
例に関しては、[`/scripts`](scripts/README.md)ディレクトリを参照してください。
|
||||
|
||||
@@ -187,16 +190,19 @@ Goプロジェクトの中には `src` フォルダを持っているものも
|
||||
|
||||
* [Go Report Card](https://goreportcard.com/) - `gofmt`, `go vet`, `gocyclo`, `golint`, `ineffassign`, `license`, `misspell` でコードをスキャンします。`github.com/golang-standards/project-layout` をプロジェクトリファレンスに置き換えてください。
|
||||
|
||||
[](https://goreportcard.com/report/github.com/golang-standards/project-layout)
|
||||
|
||||
* ~~[GoDoc](http://godoc.org) - GoDocで作成したドキュメントのオンライン版を提供します。リンクを自分のプロジェクトへのリンクに変更してください。~~
|
||||
|
||||
* [Pkg.go.dev](https://pkg.go.dev) - Pkg.go.devは、囲碁の発見とドキュメントの新しい目的地です。[バッジ生成ツール](https://pkg.go.dev/badge)を使ってバッジを作成することができます。
|
||||
[](http://godoc.org/github.com/golang-standards/project-layout)
|
||||
|
||||
* [Pkg.go.dev](https://pkg.go.dev) - Pkg.go.devは、Goの発見とドキュメントの新しい目的地です。[バッジ生成ツール](https://pkg.go.dev/badge)を使ってバッジを作成することができます。
|
||||
|
||||
[](https://pkg.go.dev/github.com/golang-standards/project-layout)
|
||||
|
||||
* リリース - あなたのプロジェクトの最新のリリース番号が表示されます。githubのリンクを変更して、あなたのプロジェクトを指すようにしてください。
|
||||
|
||||
[](https://goreportcard.com/report/github.com/golang-standards/project-layout)
|
||||
[](http://godoc.org/github.com/golang-standards/project-layout)
|
||||
[](https://pkg.go.dev/github.com/golang-standards/project-layout)
|
||||
[](https://github.com/golang-standards/project-layout/releases/latest)
|
||||
[](https://github.com/golang-standards/project-layout/releases/latest)
|
||||
|
||||
## 注意事項
|
||||
|
||||
|
||||
Reference in New Issue
Block a user