mirror of
https://github.com/teamhanko/hanko.git
synced 2025-10-27 22:27:23 +08:00
14 lines
149 B
Go
14 lines
149 B
Go
/*
|
|
Copyright © 2022 Hanko GmbH <developers@hanko.io>
|
|
|
|
*/
|
|
package main
|
|
|
|
import (
|
|
"github.com/teamhanko/hanko/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|