cmd:fix staticcheck warning

This commit is contained in:
hwdef
2019-11-02 19:41:03 +08:00
parent 5e468a49de
commit 5c6ed21d34
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ type analyzer struct {
ctx build.Context
failed bool
donePaths map[string]interface{}
errors []string
}
func newAnalyzer() *analyzer {