JMS #4: Ditched the value for bool flags

This commit is contained in:
Jeremy Saenz
2013-07-16 18:53:53 -07:00
parent 39a21042e1
commit 4b4324bb47

View File

@@ -8,7 +8,6 @@ type Flag interface {
type BoolFlag struct {
Name string
Value bool
Usage string
}