package
module
Version:
v0.0.0-...-4e3538c
Opens a new window with list of versions in this module.
Published: Aug 31, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
string utils
stringutils is a collection of small utility tools for 'string' type.
Documentation
¶
Package stringutils implements basic string utility functions for demo
purposes only!
Reverse reverses given string!
r, _ := stringutils.Reverse("vigo")
fmt.Println(r)
Output:
ogiv
Source Files
¶
Click to show internal directories.
Click to hide internal directories.