Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MaybeRemoveQuotes ¶
MaybeRemoveQuotes removes the quotes from the string if it begins and ends with them.
func RandomString ¶
RandomString returns a pseudorandom string of length n. It is safe to use this function in concurrent environments. Implementation from https://stackoverflow.com/a/31832326
func WrapUnsafe ¶
WrapUnsafe wraps the provided buffer as a string. The buffer must not be mutated after calling this function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.