You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this change is to see if it will enable the example
tests to run on https://pkg.go.dev/github.com/gogama/flatgeobuf.
Before this change, at least, they are failing with errors like the one
shown below. If this change isn't successful, I will most likely revert
it and perhaps resort to some other form of embedding, like directly
putting the FGB bytes in a []byte within `example_test.go`.
```
panic: open testdata/flatgeobuf/empty.fgb: no such file or directory
goroutine 1 [running]:
main.openFile({0x4a7312?, 0x40b33e?})
/tmp/sandbox2858312298/prog.go:13 +0x3c
main.main()
/tmp/sandbox2858312298/prog.go:24 +0x3d
```
0 commit comments