iafan / goplayspace

Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more
https://goplay.space
Other
981 stars 63 forks source link

Building client issue #29

Open Sebastianbrg opened 5 years ago

Sebastianbrg commented 5 years ago

image

You might need to add the gopherjs install to the dependencies in Readme.

iafan commented 5 years ago

GopherJS is a dependency of Vecty, so there's no need to mention it explicitly, as go get -u github.com/iafan/goplayspace/... is supposed to install both Vecty and GopherJS. Not sure why this didn't work in your case. Did you use go get or cloned the repo manually?

Sebastianbrg commented 5 years ago

Go get.