go-build: update Chinese translation (#10342)

pull/23/head
Zhizhen He 2023-06-30 13:50:45 +08:00 committed by GitHub
parent 2e7e1894ee
commit 7ef70eae2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
`go build {{路径/到/main.go}}`
- 编译并指定输出文件名:
- 编译并指定输出文件名:
`go build -o {{路径/到/二进制文件}} {{路径/到/源文件.go}}`