Documentation ¶
Index ¶
Constants ¶
View Source
const ( LowerCase = "abcdefghijklmnopqrstuvwxyz" UpperCase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" Letters = LowerCase + UpperCase Digits = "0123456789" )
Variables ¶
This section is empty.
Functions ¶
func BytesToString ¶
If you know for sure that the byte slice won't be mutated, you won't get bounds (or GC) issues with the above conversions.
func RandomString ¶
random n byte string, not used for security!!!
func StringToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.