Initialize main.go

This commit is contained in:
2025-09-26 09:12:41 +02:00
parent ccf7d3175d
commit f30f0de934
3 changed files with 51 additions and 0 deletions

12
main.go Normal file
View File

@@ -0,0 +1,12 @@
package main
import (
"flag"
logger "git.site.quack-lab.dev/dave/cylogger"
)
func main() {
flag.Parse()
logger.InitFlag()
}