Skip to content

Commit c771e58

Browse files
authored
Update README.md
1 parent ac6cada commit c771e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import (
6363

6464
func main() {
6565
r, err := gollback.Race(
66-
context.Background(),
66+
context.Background(),
6767
func(ctx context.Context) (interface{}, error) {
6868
time.Sleep(3 * time.Second)
6969
return 1, nil
@@ -94,7 +94,7 @@ import (
9494

9595
func main() {
9696
rs, errs := gollback.All(
97-
context.Background(),
97+
context.Background(),
9898
func(ctx context.Context) (interface{}, error) {
9999
time.Sleep(3 * time.Second)
100100
return 1, nil

0 commit comments

Comments
 (0)