The go.mod at the root was one thing that might work, but it will cause the
entire repo to be pulled in so the tag will still have to be sec/go/ etc.

On Fri, Sep 15, 2023 at 15:15 Brian Candler <b.cand...@pobox.com> wrote:

> > Keep your go source at the root of the repo and tag that
>
> Or would it be OK just to put go.mod at the root of the repo, containing
> module github.com/flatgeobuf/flatgeobuf
> - and leave the rest of the source where it is?
>
> I believe that will still allow someone to import or get
> github.com/flatgeobuf/flatgeobuf/src/go
> (not that that's a pretty import path). But I don't know if it will behave
> any differently to what the OP sees today.
>
> --
> 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/9638fac0-caa9-491e-bfb2-1d5e51df678en%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/9638fac0-caa9-491e-bfb2-1d5e51df678en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAGPPfg8VP6bBd3z%3D5Yr8U%2B%3Dr1ajZuzwukAsxy0dDWSuX4HLTCQ%40mail.gmail.com.

Reply via email to