This commit is contained in:
Matt Jadud
2025-11-29 15:56:35 -05:00
parent 7a7ff924b1
commit a26e6a7b32
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package domain64
func ReturnTrue() bool {
return true
}

3
shared/domain64/go.mod Normal file
View File

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