package main import ( "go-msa-auth/server" ) func main() { server.Start() }