RosettaCodeData/Task/Empty-string/Go/empty-string.go
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

8 lines
125 B
Go

// assign empty string to a variable
s = ""
// check that string is empty
s == ""
// check that string is not empty
s > ""