...

Source file src/edge-infra.dev/cmd/tools/gh-status/main.go

Documentation: edge-infra.dev/cmd/tools/gh-status

     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