A strings package for the demo project.
Install "github.com/osimgo/strings"
Package strings is a package that implements utility routines for manipulating strings not included in the standard library strings. The package's main purpose is to demonstrate how libraries work.
FUNCTIONS
func Reverse(s string) string
- Reverse returns a string s reversed from left to right.