The website for the Handmade Network and associated projects.
https://handmade.network/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
408 B
15 lines
408 B
package main
|
|
|
|
import (
|
|
_ "git.handmade.network/hmn/hmn/src/admintools"
|
|
_ "git.handmade.network/hmn/hmn/src/assets"
|
|
_ "git.handmade.network/hmn/hmn/src/buildscss"
|
|
_ "git.handmade.network/hmn/hmn/src/discord/cmd"
|
|
_ "git.handmade.network/hmn/hmn/src/initimage"
|
|
_ "git.handmade.network/hmn/hmn/src/migration"
|
|
"git.handmade.network/hmn/hmn/src/website"
|
|
)
|
|
|
|
func main() {
|
|
website.WebsiteCommand.Execute()
|
|
}
|
|
|