Go language provides inbuilt support implementation of basic constants and run-time reflection to operate sort package.
Golang is the ability for functions to run independently of each other. With the help of this function we can easily sort integer and string by importing
"sort" package. Basically, this will sort the Integer and Strings in Reverse order.
Syntax:
func Reverse(data Interface) Interface
Return Value: This function returns the value of IntSlice and StringSlice value.
Below examples illustrate the use of the above method in Golang:
Example 1:
Output:
Example For Integer Reverse Sort
[80 70 50 20 10]
Example 2:
Output:
Example For String Reverse Sort
[Rank India GFG Covid19 Amid]