gopherjs / gopherjs.github.io

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

3rd-side packages #71

Closed zgordan-vv closed 5 years ago

zgordan-vv commented 5 years ago

Is this a way to add some other packages to pkg folder, not only standard Go library ones?

dmitshur commented 5 years ago

Do you mean in a local copy of the playground? Yes, they're just compiled archive .a files being copied there. See update.sh file to see how the pkg directory is populated.

If you mean for https://gopherjs.github.io/playground/, that would require changing the scope of what's included in the playground.

zgordan-vv commented 5 years ago

Thank you, local copy works