Skip to content

Commit

Permalink
Enable example
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed May 21, 2022
1 parent b751118 commit 44eb7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 44eb7a3

Please sign in to comment.