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/CAEd86Tzu%3DugQ2%3DJFgdgk0JxQd_6SBTZi_qzrieMnD2vt5PHZ2A%40mail.gmail.com.

Reply via email to