You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
cmd/playground | 11 months ago | |
.drone.yml | 11 months ago | |
.gitignore | 11 months ago | |
LICENSE | 11 months ago | |
README.md | 11 months ago | |
go.mod | 11 months ago | |
playground.go | 11 months ago | |
playground_test.go | 11 months ago |
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