The edgedb-go json query functions were changed in https://github.com/edgedb/edgedb-go/pull/18 to use an out parameter rather than a return value. This change also, reorganizes declarations in edgedb-go benchmarks to reduce the number of allocations in each iteration.
The edgedb-go json query functions were changed in https://github.com/edgedb/edgedb-go/pull/18 to use an out parameter rather than a return value. This change also, reorganizes declarations in edgedb-go benchmarks to reduce the number of allocations in each iteration.