FeatureBaseDB / general

1 stars 1 forks source link

Support gopkg.in for versioned releases of Pilosa and libraries #30

Open jaffee opened 6 years ago

jaffee commented 6 years ago

Need to do a bit of research, but this was requested here

jaffee commented 6 years ago

Looks like gopkg.in doesn't do much until you start releasing major versions... and then it seems to work pretty automatically.

jaffee commented 6 years ago

We are 1.0 now - let's take another look at this and see how the move to vgo affects things as well

yuce commented 6 years ago

The downside of using gopkg.in is, we have to rely on an external service. Even when we don't consider the security issues, it may disappear anytime, which would break our code.