diff --git a/example_test.go b/example_test.go index 0a56834..7cba146 100644 --- a/example_test.go +++ b/example_test.go @@ -22,6 +22,8 @@ func ExampleFlagSet() { if d != 20*time.Second { panic(fmt.Sprintf("got %v want %v", d, 20*time.Second)) } + + // Output: } func ExampleTextVar() {