Files
zitadel/backend/main.go

11 lines
252 B
Go
Raw Normal View History

2025-05-08 19:03:14 +02:00
// huhu thanks for looking at this.
// you can find more comments and doc.go files in the v3 package.
// to get an overview i would start in the api package.
2025-02-13 13:49:55 +01:00
package main
import "github.com/zitadel/zitadel/backend/cmd"
func main() {
cmd.Execute()
}