How to properly set-up go dependencies for the rpk package? #4857
-
This might be a bit of a dumb question from my end but I am a bit new from the go ecosystem as well so bare with me. I want to open a PR to be able to statically define a port for rpk upon startup but I am having some difficulty properly setting up the package dependencies. So the assumptions are, when one runs Posting my
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
cc: @r-vasquez |
Beta Was this translation helpful? Give feedback.
-
Hello @Bexanderthebex, thanks for opening this discussion. w.r.t dependencies management and mod vendor: documentation says:
This will create a We recommend you starting:
w.r.t Import paths the above should help, however, keep in mind 2 things:
Let me know if this solves your problems or if you need anything else. |
Beta Was this translation helpful? Give feedback.
-
@r-vasquez thank you for your patience and reply, this works! thank you. |
Beta Was this translation helpful? Give feedback.
@r-vasquez thank you for your patience and reply, this works! thank you.