go-playground/README.md

17 lines
419 B
Markdown
Raw Permalink Normal View History

# go-playground
A library for interacting with the [Go playground](https://play.golang.org).
This library only supports the `share` endpoint of the playground.
If you want to format your code, use `go fmt`.
If you want to evaluate some code, consider using [yaegi](https://github.com/traefik/yaegi).
## Installation
`go install git.jojodev.com/golang/go-playground/cmd/playground@main`
## License
[MIT](LICENSE)