...

Source file src/github.com/ory/go-acc/main.go

Documentation: github.com/ory/go-acc

     1  package main
     2  
     3  import "github.com/ory/go-acc/cmd"
     4  
     5  func main() {
     6  	cmd.Execute()
     7  }
     8  

View as plain text