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