系统:Windows 10 64位
Go版本:1.11.2 64位
---
vscode 运行
```shell
go run main.go
```
后显示
```shell
exit status 3221225785
```
---
```shell
go build main.go
```
后如图
![QQ截图20181201154053.png](https://static.studygolang.com/181201/51bbfbe92cfdebab4034b77ee12d1a98.png)
---
[文章链接地址,点下就转到了](https://studygolang.com/articles/9765)
### 我也安装了一遍系统是win7x64
* 此处应安装64位mingw,否则加入系统环境变量的路径C:\msys64\mingw64\bin下为空
`pacman -S mingw-w64-x86_64-gcc`
* 看实例在导入代码块应如下:
```
import (
"github.com/andlabs/ui"
_ "github.com/andlabs/ui/winmanifest"
)
```
否则也报错如下
![error.jpg](https://static.studygolang.com/181204/01dded2904d5282ab83033a504afe60d.jpg)
正常如下
![ok123.jpg](https://static.studygolang.com/181204/01cd75088dfb31e6e993783c8b6b1cab.jpg)
#4
更多评论