Documentation ¶ Overview ¶ Package stringutil contains utility functions for working with strings. Index ¶ func Reverse(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Reverse ¶ func Reverse(s string) string Reverse returns its argument string reversed rune-wise left to right. Types ¶ This section is empty. Source Files ¶ View all Source files reverse.go Click to show internal directories. Click to hide internal directories.