问题: 运行go get github.com/remeh/sizedwaitgroup 报错go tool: no such tool “compile” 解决: 检查GOROOT路径 检查环境变量 修改GOROOT路径与环境变量一致 问题解决