Initial commit

This commit is contained in:
2025-10-10 19:33:53 +02:00
commit 65cf8e2719
4 changed files with 117 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()
}