Restructuring

This commit is contained in:
Matt Jadud
2025-11-29 16:07:59 -05:00
parent 3f096d919c
commit 7beeacab1a
5 changed files with 4 additions and 9 deletions

View File

@@ -1,9 +1,7 @@
package cmd
package main
import (
"fmt"
domain64 "git.jadud.com/grosbeak/shared/domain64"
)
func main() {

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.jadud.com/grosbeak
go 1.23.2

View File

@@ -1,3 +0,0 @@
module git.jadud.com/grosbeak/server
go 1.23.2

View File

@@ -1,3 +0,0 @@
module git.jadud.com/grosbeak/shared/domain64
go 1.23.2