package main import ghstatus "edge-infra.dev/pkg/tools/gh-status" func main() { err := ghstatus.Run() if err != nil { panic(err) } }