We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a3764 commit 2b7a4b0Copy full SHA for 2b7a4b0
examples_test.go
@@ -35,6 +35,8 @@ func Example() {
35
// This example test isn't really needed, but it keeps the file
36
// from being an example program, so we can replace the http
37
// transport etc.
38
+
39
+// Set a custom check frequency of 24 hours.
40
func Example_customFrequency() {
41
ctx := context.Background()
42
fut := whatsnew.Check(ctx, &whatsnew.Options{
0 commit comments