What version of Go are you using (go version)?
$ go version
go version go1.12.7 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What did you do?
Try to find better to way to check if the string is empty.
What did you expect to see?
Expecting verbose way to check if the string is empty rather than using,
Len(s) == 0
or
s == ""