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