Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 730 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 730 Bytes

snippet-store

Go Reference

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

License