Return false from Valid()

This commit is contained in:
Steve Lacy 2019-01-10 12:32:47 -07:00
parent 74809188f6
commit d730e660cf
No known key found for this signature in database
GPG Key ID: BA1696A6FA8C27F0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func (s String) Empty() bool {
// Valid ... // Valid ...
func (s String) Valid() bool { func (s String) Valid() bool {
return s.Valid() return false
} }
// Rect ... // Rect ...