编译过程如下:
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语言插件进行编译不会出现问题
有疑问加站长微信联系(非本文作者)