Files
mygo.server/main.go
Huxley bc38ab4ffb Init commit.
Add: the initial project structure.

Add: root command and a `version` command that print the version string of the app.
2025-06-22 22:05:46 +08:00

12 lines
142 B
Go

/*
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
*/
package main
import "github.com/dhao2001/mygo.server/cmd"
func main() {
cmd.Execute()
}