dave / jsgo

GopherJS compiler, serving framework and CDN.
https://jsgo.io/<path>
MIT License
269 stars 11 forks source link

Support vgo #5

Open ghost opened 6 years ago

ghost commented 6 years ago

Very very cool.

It's going to be interesting how the new golang packaging versioning plays out from RSC. It would allow a one to one mapping of semvar versioning. Just an idea.

dave commented 6 years ago

Yep. Supporting vgo (or whatever it turns into) is definitely on my roadmap, however it will be a big undertaking. I created an issue (here: https://github.com/golang/go/issues/23951) suggesting a vgo feature allowing us to do a "go get" into a io.Reader from code. Right now all you can do is run the command line tool and have it drop files on your filesystem.

Hopefully with production vgo, it won't be as painful as it was this time (see https://github.com/dave/jsgo/tree/master/getter)!