init go project
This commit is contained in:
parent
d863d22873
commit
273ff18701
2 changed files with 10 additions and 0 deletions
7
cmd/merud/main.go
Normal file
7
cmd/merud/main.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("meru.world")
|
||||
}
|
||||
3
go.mod
Normal file
3
go.mod
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module git.juancwu.dev/juancwu/go-meru
|
||||
|
||||
go 1.26.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue