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 ...
|
// Valid ...
|
||||||
func (s String) Valid() bool {
|
func (s String) Valid() bool {
|
||||||
return s.Valid()
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Rect ...
|
// Rect ...
|
||||||
|
|
Loading…
Reference in New Issue