jsgo icon indicating copy to clipboard operation
jsgo copied to clipboard

Support vgo

Open ghost opened this issue 6 years ago • 1 comments

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.

ghost avatar Feb 26 '18 13:02 ghost

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)!

dave avatar Feb 26 '18 13:02 dave