go-build: match english quotation (#20174)

This commit is contained in:
Managor
2025-12-22 08:25:54 +02:00
committed by GitHub
parent 46475aaf0c
commit e46c905634
+1 -1
View File
@@ -3,7 +3,7 @@
> 编译 Go 源代码。
> 更多信息:<https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies>。
- 编译 package main 文件(输出为不带扩展名的文件名):
- 编译 'package main' 文件(输出为不带扩展名的文件名):
`go build {{路径/到/main.go}}`