Closed jvsteiner closed 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?
gx
sorry - figured it out
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.
go get
gx install
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?