JackKCWong / go-scratchpad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-scratchpad

A go-playground like webapp to run Go SNIPPETs in YOUR BROWSER using WASM.

Basically it wraps your code inside a main() and pipe it thru goimports, then compile it to WASM to run in your browser.

installation

The host machine must have goimports installed and available in the PATH.

go get golang.org/x/tools/cmd/goimports

About


Languages

Language:JavaScript 83.6%Language:Go 9.0%Language:HTML 7.4%