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
Recent commit broke building this tool and other tools depending (kisielk/errcheck) on it.
Repro:
$ go get -u github.com/kisielk/gotool
# github.com/kisielk/gotool
../../kisielk/gotool/match.go:158: undefined: allPackages
../../kisielk/gotool/match.go:266: undefined: c in c.BuildContext
../../kisielk/gotool/match.go:268: undefined: log in log.Print```
The text was updated successfully, but these errors were encountered:
Recent commit broke building this tool and other tools depending (kisielk/errcheck) on it.
Repro:
The text was updated successfully, but these errors were encountered: