created project structure

This commit is contained in:
Daniel Fichtinger 2024-10-19 01:06:27 -04:00
parent ad5f5eb921
commit ec2d4c4b3c
2 changed files with 12 additions and 0 deletions

9
cmd/zona/main.go Normal file
View file

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world!")
}