hmn/src/main.go

11 lines
168 B
Go
Raw Normal View History

2021-03-11 03:39:24 +00:00
package main
import (
_ "git.handmade.network/hmn/hmn/src/migration"
"git.handmade.network/hmn/hmn/src/website"
)
func main() {
website.WebsiteCommand.Execute()
}