Fixing issues go vet reports.

This commit is contained in:
Mike Keesey
2014-02-28 22:31:21 -07:00
committed by spf13
parent 2c0ded7f9f
commit 2540d884d8
11 changed files with 25 additions and 33 deletions

View File

@@ -105,6 +105,4 @@ func Uglify(in string) string {
return path.Clean(in)
}
}
return in
}