repositorypackage
0.0.0-20241220014931-da94ed326c1e
Repository: https://github.com/gopherjs/snippet-store.git
Documentation: pkg.go.dev
# README
snippet-store
snippet-store is a server for storing GopherJS Playground snippets.
It uses the same mapping scheme as the Go Playground, and when a snippet isn't found locally, it defers to fetching it from the Go Playground. This effectively augments our world of available snippets with that of the Go Playground.
Newly shared snippets are stored locally in the specified folder and take precedence.
Installation
go install github.com/gopherjs/snippet-store@latest