编译过程如下: E:\005GitHub\GoStudy>go run TestGo.go
# command-line-arguments
#.\TestGo.go:6:27: invalid UTF-8 encoding
package main
import "fmt"
func main(){
fmt.Printf("hello world.你好,世界!")
}
在使用Pycharm中的Go语言插件进行编译不会出现问题
有疑问加站长微信联系(非本文作者)

编译过程如下: E:\005GitHub\GoStudy>go run TestGo.go
#.\TestGo.go:6:27: invalid UTF-8 encoding
package main
import "fmt"
func main(){
fmt.Printf("hello world.你好,世界!")
}
在使用Pycharm中的Go语言插件进行编译不会出现问题
有疑问加站长微信联系(非本文作者)
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
`单行代码`