1 package main 2 3 import ghstatus "edge-infra.dev/pkg/tools/gh-status" 4 5 func main() { 6 err := ghstatus.Run() 7 if err != nil { 8 panic(err) 9 } 10 } 11
View as plain text