Skip to content

Commit

Permalink
doc: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyin committed Aug 2, 2023
1 parent 4597224 commit 2ad7b1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ peek2: 4
2
```

[[play](https://go.dev/play/p/BsHl93sdVLw)]
[[play](https://go.dev/play/p/LxULGyhWCi7)]

### Parallel

Expand Down Expand Up @@ -112,7 +112,7 @@ Output:
...
```

[[play](https://go.dev/play/p/CLqmB-Ni9FC)]
[[play](https://go.dev/play/p/wd5qrtmiwnS)]

### Map

Expand Down Expand Up @@ -147,7 +147,7 @@ Output:
[2]
```

[[play](https://go.dev/play/p/o5vbxJwqfdI)]
[[play](https://go.dev/play/p/5QlT-D-Cv3V)]

### FlatMap

Expand Down Expand Up @@ -181,7 +181,7 @@ Output:
[4]
```

[[play](https://go.dev/play/p/1O-Krx0Ee6b)]
[[play](https://go.dev/play/p/HXeeZOOkD2y)]

### Sorted

Expand Down Expand Up @@ -214,7 +214,7 @@ Output:
7
```

[[play](https://go.dev/play/p/WhobF2xUJKh)]
[[play](https://go.dev/play/p/mSrDBfV_-d1)]

## 🛩 Functions

Expand Down

0 comments on commit 2ad7b1f

Please sign in to comment.