Test 2
This commit is contained in:
11
server/cmd/main.go
Normal file
11
server/cmd/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
domain64 "git.jadud.com/grosbeak/shared/domain64"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Printf("True: %s", domain64.ReturnsTrue())
|
||||
}
|
||||
3
server/go.mod
Normal file
3
server/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module git.jadud.com/grosbeak/server
|
||||
|
||||
go 1.23.2
|
||||
Reference in New Issue
Block a user