created project structure
This commit is contained in:
parent
ad5f5eb921
commit
ec2d4c4b3c
2 changed files with 12 additions and 0 deletions
9
cmd/zona/main.go
Normal file
9
cmd/zona/main.go
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello, world!")
|
||||||
|
}
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module github.com/ficcdaf/zona
|
||||||
|
|
||||||
|
go 1.23.2
|
Loading…
Add table
Add a link
Reference in a new issue