jolheiser
a701a93b81
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
cmd/playground | ||
.gitignore | ||
LICENSE | ||
README.md | ||
go.mod | ||
playground.go | ||
playground_test.go |
README.md
go-playground
A library for interacting with the Go playground.
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.
Installation
go install git.jojodev.com/golang/go-playground/cmd/playground@main