Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embed testdata/flatgeobuf/*.fgb in example tests
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 ```
- Loading branch information