Go library for interacting with the playground.
Go to file
jolheiser a701a93b81
Initial commit
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-08-08 23:26:02 -05:00
cmd/playground Initial commit 2021-08-08 23:26:02 -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 Initial commit 2021-08-08 23:26:02 -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