go,go-*,gofmt,goimports,golangci-lint: add Korean translation (#14190)

This commit is contained in:
코드싸이
2024-10-14 16:51:00 +09:00
committed by GitHub
parent 90ac2d50cd
commit 75d7e53411
21 changed files with 407 additions and 0 deletions

12
pages.ko/common/go-run.md Normal file
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}}`
- 메인 Go 패키지 실행:
`go run {{경로/대상/패키지}}`