Thanks, that's exactly what I was looking for!

For the next go programmer looking for a solution in similar situation:
on page https://golang.org/ref/mod#vendoring
"... or to ensure that all files used for a build are stored in a
single file tree"



On 3/24/21, Miguel Angel Rivera Notararigo <ntr...@gmail.com> wrote:
> You can use the vendor folder, just copy (or symlink, but you will need to
> keep them updated) what you need there and will work.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CA%2BctqrrSX%3DSi0iqRwBKrr0pSz_yd2n6by9RrowfwicBKMoCbjg%40mail.gmail.com.

Reply via email to