cmd/server/main.go (7 lines of code) (raw):

package main import ( "github.com/Azure/azqr/cmd/server/commands" ) // main is the entry point for the serve executable. func main() { commands.Execute() }