package main import ( "flag" logger "git.site.quack-lab.dev/dave/cylogger" ) func main() { flag.Parse() logger.InitFlag() }