in cmd/snappytool/main.go [41:46]
func main() { if err := run(); err != nil { os.Stderr.WriteString(err.Error() + "\n") os.Exit(1) } }