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