func main()

in main.go [32:38]


func main() {
	pflag.Parse()
	if err := run(); err != nil {
		debug.SendEventsToLog(logger.DaemonName, err.Error(), debug.ERROR, 1)
		os.Exit(1)
	}
}