String Reverse by Parenthesis This is a Go function that reverses a string by parenthesis Requirements Go Usage You can compile it like this go build reverse.go ./reverse or you can run it directly :) go run reverse.go