mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
8 lines
68 B
Go
8 lines
68 B
Go
package main
|
|
|
|
import "tinyauth/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|