package main import ( "os" cibilling "edge-infra.dev/pkg/tools/ci-billing" ) func main() { if err := cibilling.Run(); err != nil { os.Exit(1) } }