modulepackage
0.8.0
Repository: https://github.com/mdbdba/go_rpg_commonutils.git
Documentation: pkg.go.dev
# README
go-rpg.commonUtils
packages handling common utilities for the go-rpg collection
# Packages
No description provided by the author
# Functions
GenerateRandomString returns a securely generated random string.
IntSliceToString - convert a slice to a printable string.
MapStringIntToString converts a map of integers keyed by strings to a comma delimited string.
Perform - controller that handles getting the result made.
SortAscendingIntSlice - take in a slice and sort it in ascending order.
SortDescendingIntSlice - take in a slice and sort it in descending order.
StringSliceToString converts a slice of strings to a comma delimited string.