Improved documentation

This commit is contained in:
Jeremy Saenz
2013-11-01 07:31:37 -07:00
parent 3c97f95b6a
commit 0d3c3f4497
5 changed files with 26 additions and 7 deletions

View File

@@ -45,7 +45,6 @@ func TestStringFlagHelpOutput(t *testing.T) {
}
}
var intFlagTests = []struct {
name string
expected string
@@ -64,4 +63,4 @@ func TestIntFlagHelpOutput(t *testing.T) {
t.Errorf("%s does not match %s", output, test.expected)
}
}
}
}