aboutsummaryrefslogtreecommitdiff
path: root/example_test.go
AgeCommit message (Collapse)Author
2015-03-12Always return when err is not nil.Brendan Burns
2015-01-16Fix unit tests to include Type() method in custom typesFilipe Brandenburger
This was broken by commit 463bdc838f2b35 ("Adding Type() method to the values.") which added the method to the interface but did not update the custom types in unit tests. Signed-off-by: Filipe Brandenburger <[email protected]>
2012-05-04Import the full github path in testsAlex Ogier
2012-05-04Fix up example for pflagAlex Ogier
2012-04-30Rename package flag --> pflagAlex Ogier
2012-04-26Copy the flag module from the go standard libraryAlex Ogier