Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vardius authored Jun 10, 2020
1 parent ac6cada commit c771e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import (

func main() {
r, err := gollback.Race(
context.Background(),
context.Background(),
func(ctx context.Context) (interface{}, error) {
time.Sleep(3 * time.Second)
return 1, nil
Expand Down Expand Up @@ -94,7 +94,7 @@ import (

func main() {
rs, errs := gollback.All(
context.Background(),
context.Background(),
func(ctx context.Context) (interface{}, error) {
time.Sleep(3 * time.Second)
return 1, nil
Expand Down

0 comments on commit c771e58

Please sign in to comment.