go编译 不生成在Bin文件下 而生成在src源码目录下什么问题呢
非要这么执着的话: https://github.com/jteeuwen/go-bindata
你在哪里运行 go build 就会生成在什么目录下,用 go get 来安装就会生成到 bin 目录下
go install