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 ac6cada commit c771e58Copy full SHA for c771e58
README.md
@@ -63,7 +63,7 @@ import (
63
64
func main() {
65
r, err := gollback.Race(
66
- context.Background(),
+ context.Background(),
67
func(ctx context.Context) (interface{}, error) {
68
time.Sleep(3 * time.Second)
69
return 1, nil
@@ -94,7 +94,7 @@ import (
94
95
96
rs, errs := gollback.All(
97
98
99
100
0 commit comments