Files
mygo/mygo.server/main.go
Huxley Deng c737ff24d8 Init commit.
Add: simple project structure for `mygo.server`.

Add: README files.
2025-06-20 16:45:01 +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()
}