Open jordan-bonecutter opened 2 months ago
The Records method returns a func type equivalent to an iter.Seq2 which allows it to be used in a for loop in go 1.23 and up without requiring updating the version in the go.mod file.
Records
iter.Seq2
go.mod
anything I can do to help get this feature merged?
The
Records
method returns a func type equivalent to aniter.Seq2
which allows it to be used in a for loop in go 1.23 and up without requiring updating the version in thego.mod
file.