Go library for interacting with the playground.
Go to file
jolheiser 17c89d0562
continuous-integration/drone/push Build is passing Details
Add Drone (#1)
Reviewed-on: #1
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2021-08-09 04:30:01 +00:00
cmd/playground Initial commit 2021-08-08 23:26:02 -05:00
.drone.yml Add Drone (#1) 2021-08-09 04:30:01 +00: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 Add Drone (#1) 2021-08-09 04:30:01 +00: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