FerretDB / wire

Apache License 2.0
2 stars 3 forks source link

Add iterators and remove build tags #9

Closed AlekSi closed 2 weeks ago

AlekSi commented 2 months ago

We should add Go 1.23-style iterators over Array values and Document field/values. See https://tip.golang.org/doc/go1.23#language

While we will not be able to use them everywhere until 1.23 is released, we could already implement and test them there. See #10.

We should remove build tags once 1.23 is used everywhere. See references to this issue.