package
1.8.2
Repository: https://github.com/projectatomic/docker.git
Documentation: pkg.go.dev

# README

This package provides helper functions for dealing with strings

# Functions

Generate alpha only random stirng with length n.
Generate Ascii random stirng with length n.
Test wheather a string is contained in a slice of strings or not.
Take a list of strings and escape them so they will be handled right when passed as arguments to an program via a shell.
Truncate a string to maxlen.