gorum/main.go

10 lines
92 B
Go

package main
import (
"gitrepo.ru/neonxp/gorum/app/cmd"
)
func main() {
cmd.Execute()
}