Merge pull request #42 from dpaz/issue40

avoid return code is non-zero in case of warnings
This commit is contained in:
Máximo Cuadros 2017-06-20 11:50:02 +02:00 committed by GitHub
commit ad46ae50f8

View File

@ -79,10 +79,6 @@ func main() {
data, _ := json.MarshalIndent(out, "", " ") data, _ := json.MarshalIndent(out, "", " ")
fmt.Printf("%s\n", data) fmt.Printf("%s\n", data)
if errors {
os.Exit(2)
}
} }
func usage() { func usage() {