package main import ( "mazeratsgen/cmd" ) // @title Maze Rats API // @BasePath / // @query.collection.format multi func main() { cmd.Execute() }