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