Hi Bruno, This command works `github.com/flatgeobuf/flatgeobuf/src/go@master`. I wonder if `@master` is needed because the repo has no packages published? There's more info about pseudo-versions here <https://go.dev/ref/mod#pseudo-versions>
-Lenny- On Thursday, September 14, 2023 at 5:59:39 PM UTC-4 Bruno Albuquerque wrote: > It is likely that I am doing something stupid but as I am out of ideas, > here goes nothing. > > I pushed an initial Go flatgeobuf implementation here: > > github.com/flatgeobuf/flatgeobuf/src/go > > This directory in the repository has a go.mod file with the following > contents: > > module github.com/flatgeobuf/flatgeobuf/src/go > go 1.20 > require github.com/google/flatbuffers v22.11.23+incompatible > > Just in case it might be relevant, the actual repository is > github.com/flatgeobuf/flatgeobuf, src/go is a subdirectory there. > > If I try to use this module, it fails. For example: > > # go get -u github.com/flatgeobuf/flatgeobuf/src/go > go: downloading github.com/flatgeobuf/flatgeobuf > v0.0.0-20230914202020-25c11d75fe28 > go: module github.com/flatgeobuf/flatgeobuf@upgrade found > (v0.0.0-20230914202020-25c11d75fe28), but does not contain package > github.com/flatgeobuf/flatgeobuf/src/go > > What am I missing? > > -Bruno > > -- 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/98b7c5b7-5d5b-4a84-8237-b099dd623a53n%40googlegroups.com.