From b0b54cd19817805b7286d372f44b158187d34755 Mon Sep 17 00:00:00 2001 From: ghosind Date: Sat, 13 Apr 2024 23:26:16 +0800 Subject: [PATCH] doc: fix Forever example error --- forever_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/forever_test.go b/forever_test.go index 7c57c97..d60ce8e 100644 --- a/forever_test.go +++ b/forever_test.go @@ -83,5 +83,6 @@ func ExampleForever() { return nil }) fmt.Println(err) + // Output: // value is 5 }