go-run: add Japanese translation (#21739)

This commit is contained in:
hidetzu
2026-03-29 22:04:10 +07:00
committed by GitHub
parent 9f557413d3
commit 4a602eddf9
+12
View File
@@ -0,0 +1,12 @@
# go run
> バイナリを保存せずに Go コードをコンパイルして実行します。
> 詳細情報: <https://pkg.go.dev/cmd/go#hdr-Compile_and_run_Go_program>。
- Go ファイルを実行:
`go run {{パス/宛先/ファイル.go}}`
- main Go パッケージを実行:
`go run {{パス/宛先/パッケージ}}`