Skip to content

Commit b0b54cd

Browse files
committed
doc: fix Forever example error
1 parent 28b43da commit b0b54cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: forever_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ func ExampleForever() {
8383
return nil
8484
})
8585
fmt.Println(err)
86+
// Output:
8687
// value is 5
8788
}

0 commit comments

Comments
 (0)