whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

viral package manager? #159

Closed jvsteiner closed 6 years ago

jvsteiner commented 6 years ago

I have a project which doesn't, (and can't) use gx but I need to rely on a package that does. How do I do it? is there any possibility for this?

jvsteiner commented 6 years ago

sorry - figured it out

victorb commented 6 years ago

As if others come here with the same question. You can use gx for just one package, no need to have all packages downloaded via gx. Mixing good'ol go get and gx install works fine.