Go library for interacting with the playground.
Go to file
jolheiser 47443187d5
continuous-integration/drone/pr Build is passing Details
Fix test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-08-08 23:29:31 -05:00
cmd/playground Initial commit 2021-08-08 23:26:02 -05:00
.drone.yml Add Drone 2021-08-08 23:27:18 -05:00
.gitignore Initial commit 2021-08-08 23:26:02 -05:00
LICENSE Initial commit 2021-08-08 23:26:02 -05:00
README.md Initial commit 2021-08-08 23:26:02 -05:00
go.mod Initial commit 2021-08-08 23:26:02 -05:00
playground.go Initial commit 2021-08-08 23:26:02 -05:00
playground_test.go Fix test 2021-08-08 23:29:31 -05:00

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

License

MIT