gopherjs / gopherjs.github.io

GopherJS Playground
https://gopherjs.github.io/playground/
23 stars 12 forks source link

Rebuild GopherJS Playground. #39

Closed dmitshur closed 8 years ago

dmitshur commented 8 years ago

This is the first update of playground after the GopherJS update of go/types import paths and related changes.

Fixes #38.

After this is merged, it should be possible to use the development instructions for GopherJS Playground without the "panic: $copy is not defined" error. /cc @PeerXu @neelance

dmitshur commented 8 years ago

@PeerXu, if you want, you can try this by checking out the update-playground-after-go-types-move branch and see if you can gopherjs serve the playground without issues now. You should be sure to clear your browser's cache to do proper testing.

neelance commented 8 years ago

Nothing really here to review. Go ahead and merge if it works fine for you.

PeerXu commented 8 years ago

Thanks, it work for me.