Files
grosbeak/internal/domain64/domain64.go
2025-11-29 16:07:59 -05:00

6 lines
59 B
Go

package domain64
func ReturnsTrue() bool {
return true
}