Closed jayzhudev closed 1 year ago
Thanks Jay, we have just fixed this here: https://github.com/openconfig/ygot/releases/tag/v0.29.5
Thanks Jay, we have just fixed this here: https://github.com/openconfig/ygot/releases/tag/v0.29.5
That's awesome, thanks!
I noticed that the change in #894 uses
slices.SortFunc
withbool
as thecmp
function's return type which seems to be inconsistent compared to what I saw in the docs and in the standard library source code.Both of the following use
int
as the return typemaster
branch: https://github.com/golang/go/blob/master/src/slices/sort.go#L28This change also seems to break support for the latest 3 Go release.
Thank you!