This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
authentik
mirror of
https://github.com/goauthentik/authentik.git
Watch
0
Star
0
Fork
You've already forked authentik
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
authentik
/
cmd
/
server
/
main.go
11 lines
102 B
Go
Raw
Permalink
Blame
History
package
main
import
"os"
func
main
(
)
{
err
:=
rootCmd
.
Execute
(
)
if
err
!=
nil
{
os
.
Exit
(
1
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink