Skip to content

Commit e7e2b74

Browse files
committed
README: add reference to 'goplay'
Add reference to https://github.com/haya14busa/goplay
1 parent 97eba6b commit e7e2b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ $ goeval -i golang.org/x/exp/constraints 'p(1);p(2.0);};func p[T constraints.Sig
171171
* [gommand](https://github.com/sno6/gommand) Go one liner program. Similar to `python -c`.
172172
* [gorram](https://github.com/natefinch/gorram) Like `go run` for any Go function.
173173
* [goexec](https://github.com/shurcooL/goexec) A command line tool to execute Go functions.
174+
* [goplay](https://github.com/haya14busa/goplay) Upload code on the Go Playground. `goplay` is like `goeval -share`; `goplay -run` is like `goeval -play`.
174175

175176
## 🛡️ License
176177

0 commit comments

Comments
 (0)