Skip to content

Commit 93ba6c0

Browse files
committed
Add Go Playground links
1 parent 9a3caae commit 93ba6c0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ func main() {
7474
}
7575
```
7676

77+
[Go Playground](https://go.dev/play/p/aPr9Xd9dwrw)
78+
7779
### Generator Example
7880

7981
```go
@@ -119,6 +121,8 @@ func main() {
119121
}
120122
```
121123

124+
[Go Playground](https://go.dev/play/p/VCv2Sp3ar9Z)
125+
122126
### Suspension Example
123127

124128
```go
@@ -161,6 +165,8 @@ func main() {
161165
}
162166
```
163167

168+
[Go Playground](https://go.dev/play/p/yVUQyJpD3Wz)
169+
164170
### Cancellation
165171

166172
```go
@@ -209,6 +215,8 @@ func main() {
209215
}
210216
```
211217

218+
[Go Playground](https://go.dev/play/p/31pZ8Atq8GG)
219+
212220
## Detailed Usage
213221

214222
### Coroutine Creation

0 commit comments

Comments
 (0)