Files
grosbeak/server/cmd/main.go
Matt Jadud 3f096d919c Test 2
2025-11-29 15:59:41 -05:00

12 lines
148 B
Go

package cmd
import (
"fmt"
domain64 "git.jadud.com/grosbeak/shared/domain64"
)
func main() {
fmt.Printf("True: %s", domain64.ReturnsTrue())
}