为了账号安全,请及时绑定邮箱和手机立即绑定

gometalinter检查golang代码,这是什么意思?

gometalinter检查golang代码,这是什么意思?

慕丝7291255 2019-01-04 16:10:59
使用goland,设置了gometalinter检查代码,下面是什么意思?D:\workspace\www\go_work\bin\gometalinter.exe --vendor --fast --enable-gc --tests --aggregate --disable=gotype D:\workspace\www\go_work\src\apiserver\modelWARNING: exec: "goconst": executable file not found in %PATH%WARNING: exec: "gocyclo": executable file not found in %PATH%WARNING: exec: "gosec": executable file not found in %PATH%WARNING: exec: "gotype": executable file not found in %PATH%WARNING: exec: "ineffassign": executable file not found in %PATH%WARNING: exec: "golint": executable file not found in %PATH% Process finished with exit code 2
查看完整描述

1 回答

?
慕无忌1623718

TA贡献1744条经验 获得超4个赞

就是说命令文件 goconst 在环境变量 PATH 中找不到。 
你要把 GOBIN 加入在 PATH 中。

查看完整回答
反对 回复 2019-01-04
  • 1 回答
  • 0 关注
  • 762 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信