mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
go-run: add Japanese translation (#21739)
This commit is contained in:
@@ -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 {{パス/宛先/パッケージ}}`
|
||||
Reference in New Issue
Block a user