We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487d1d6 commit e0513a7Copy full SHA for e0513a7
README.md
@@ -81,12 +81,18 @@ func main() {
81
}
82
```
83
84
-Share the code on `go.dev`:
+Share the code on `go.dev/play`:
85
```console
86
$ goeval -share 'fmt.Println(time.Now())'
87
https://go.dev/play/p/Z35Vf8gIg4Z
88
89
90
+Run on [`go.dev/play`](https://go.dev/play) with GOEXPERIMENT (the Go Playground enables GOEXPERIMENT via special comment):
91
+```console
92
+$ GOEXPERIMENT=rangefunc goeval -play 'fmt.Println(runtime.Version())'
93
+go1.24.4 X:rangefunc
94
+```
95
+
96
## ⬇️ Install
97
98
0 commit comments