hmn/main.go

11 lines
160 B
Go
Raw Normal View History

2021-03-09 08:05:07 +00:00
package main
import (
_ "git.handmade.network/hmn/hmn/migration"
"git.handmade.network/hmn/hmn/website"
)
func main() {
website.WebsiteCommand.Execute()
}