From b85e202511ea821c773f5eeb305ff71f040fc098 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 18 Apr 2012 22:07:52 -0400 Subject: tweaks, basic loading --- util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.go') diff --git a/util.go b/util.go index c8ed617..78333f3 100644 --- a/util.go +++ b/util.go @@ -28,5 +28,5 @@ func isShortName(s string) bool { return false } } - return true + return len(s) > 0 } -- cgit v1.2.3