Skip to content

Commit

Permalink
doc: fix Forever example error
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosind committed Apr 13, 2024
1 parent 28b43da commit b0b54cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forever_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ func ExampleForever() {
return nil
})
fmt.Println(err)
// Output:
// value is 5
}

0 comments on commit b0b54cd

Please sign in to comment.