package main import ( "auth-server/cmd" ) func main() { cmd.Execute() }