Re: packaging a golang package

2021-01-17 Thread Helio Machado
Hi! Looks like it ran into the replace syntax and didn't parse it correctly? > https://golang.org/ref/mod#go-mod-file So it seems. I'll debug it as soon as I can; the import process is unbearably long. I sort of wonder if the `git-fetch` portion of go packages should be > something like `git-fe

Re: packaging a golang package

2021-01-25 Thread Helio Machado
(Quick note: my patches follow the third approach, not the second) On Mon, 25 Jan 2021 at 21:49, JOULAUD François < francois.joul...@radiofrance.com> wrote: > Hello, > > On Sun, Jan 17, 2021 at 02:31:39PM +0100, Helio Machado wrote: > > Looks like it ran into the replace sy