Skipping Git submodules setup $ go get -u honnef.co/go/tools/... $ go get -d ./... $ megacheck . badge.go:88:40: calling regexp.MatchString in a loop has poor performance, consider using regexp.Compile (SA6000) badge.go:92:40: calling regexp.MatchString in a loop has poor performance, consider using regexp.Compile (SA6000) badge.go:96:40: calling regexp.MatchString in a loop has poor performance, consider using regexp.Compile (SA6000) charts.go:81:12: should omit value from range; this loop is equivalent to `for key := range ...` (S1005) ERROR: Job failed: exit code 1