fix: replace playground link in docs

This commit is contained in:
Julien Breux
2020-09-30 10:26:03 +02:00
committed by GitHub
parent 0dde990d0b
commit c3cf301c60

View File

@@ -74,7 +74,7 @@ func main() {
}
```
[Go Playground](https://play.golang.org/p/zzvw4VlerLP)
[Go Playground](https://play.golang.org/p/2n-EpZbMYI9)
### As a dynamic extension framework
@@ -112,7 +112,7 @@ func main() {
}
```
[Go Playground](https://play.golang.org/p/6SEAoaO7n0U)
[Go Playground](https://play.golang.org/p/WvwH4JqrU-p)
### As a command-line interpreter