go get github.com/mattn/go-sqlite3`时失败,提示`exec: "gcc": executable file not found in %PATH%
,是因为没有安装gcc。
去http://tdm-gcc.tdragon.net/download下载一个,32位windows下载 tdm-gcc-4.8.1-3.exe,64位下载 tdm64-gcc-4.8.1-3.exe
本条目发布于[2014年7月21日](https://c4ys.com/archives/268 "16:44")。属于[Golang](https://c4ys.com/archives/category/golang)分类。