On Sat, Nov 6, 2021 at 1:53 AM Nir Soffer <nsoffer(a)redhat.com> wrote:
> To make this work, the web server at
ovirt.org should serve this
resource:
>
>
https://ovirt.org/imageio
>
> returning an HTML document that contains a magic <meta> tag in
> the page header
>
> <meta name="go-import"
content="ovirt.org/imageio git
>
https://github.com/ovirt/ovirt-imageio/imageio-go"/>
I found that this does not work, Go tools do not support a module not
in the root directory of a git repo.
I forgot to include the relevant issue:
https://github.com/golang/go/issues/34055