mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
11 lines
104 B
Go
11 lines
104 B
Go
package main
|
|
|
|
import "davidallendj/oidc-auth/cmd"
|
|
|
|
var (
|
|
userDB = ""
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|