init go project

This commit is contained in:
Juan Wu 2026-06-01 01:41:23 +00:00
commit 273ff18701
2 changed files with 10 additions and 0 deletions

7
cmd/merud/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("meru.world")
}