mirror of https://github.com/tidwall/tile38.git
Return false from Valid()
This commit is contained in:
parent
74809188f6
commit
d730e660cf
|
@ -29,7 +29,7 @@ func (s String) Empty() bool {
|
|||
|
||||
// Valid ...
|
||||
func (s String) Valid() bool {
|
||||
return s.Valid()
|
||||
return false
|
||||
}
|
||||
|
||||
// Rect ...
|
||||
|
|
Loading…
Reference in New Issue