You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension names and spec versions are coming out in an undefined order, which causes them to be listed in that order on pkg.go.dev. Sort the constants after they come out of the map, so that related extension name and spec versions are next to each other in the output. This is already being done for enumerated values, command names, etc.
Extension names and spec versions are coming out in an undefined order, which causes them to be listed in that order on pkg.go.dev. Sort the constants after they come out of the map, so that related extension name and spec versions are next to each other in the output. This is already being done for enumerated values, command names, etc.
Current output:
Desired output:
The text was updated successfully, but these errors were encountered: