golang 1.12 开始, 默认的 go install 不再生成 pkg 文件. 所以对第三方库的引用, 无法进行代码的自动补全.
go install
go install -i 会生成 pkg 文件夹和编译文件
go install -i