Init commit.
Add: simple project structure for `mygo.server`. Add: README files.
This commit is contained in:
11
mygo.server/main.go
Normal file
11
mygo.server/main.go
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
|
||||
|
||||
*/
|
||||
package main
|
||||
|
||||
import "github.com/dhao2001/mygo.server/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
Reference in New Issue
Block a user