We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://pkg.go.dev/sort
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0
Viewed the page, looking for the package-level Reverse function.
Reverse
sort.Reverse is a package-level function that should be listed on this page, in the index and in the functions section.
sort.Reverse
functions
It's not listed in the index, nor in the functions section. Instead I found the definition of it under types (which it is not a type).
types
type
https://pkg.go.dev/sort#Reverse
The text was updated successfully, but these errors were encountered:
Constructors are listed under their types. Reverse is a constructor for an Interface.
Sorry, something went wrong.
It can't be a constructor, as it also has a parameter of the same type it produces.
No branches or pull requests
What is the URL of the page with the issue?
https://pkg.go.dev/sort
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0
Screenshot
What did you do?
Viewed the page, looking for the package-level
Reverse
function.What did you expect to see?
sort.Reverse
is a package-level function that should be listed on this page, in the index and in thefunctions
section.What did you see instead?
It's not listed in the index, nor in the functions section. Instead I found the definition of it under
types
(which it is not atype
).https://pkg.go.dev/sort#Reverse
The text was updated successfully, but these errors were encountered: