You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
gometalinter --install
looks up source code of vendored modules$GOPATH/src
.This assumption no longer holds if
gometalinter
is installed fromgo.mod
environment.Also, unless I'm missing something, vendored modules can be replaced with a
go.mod
file pinning versions/repositories of all linters.The text was updated successfully, but these errors were encountered: