Versions in this module Expand all Collapse all v0 v0.2.0 Mar 19, 2019 Changes in this version + func CreateRandomString(n int, letterSet uint8, token chan []byte, err chan error) + func IsNumeric(s string) bool + func IsValidEmail(s string) bool + func IsValidPassword(s string) bool + func IsValidUsername(s string) bool v0.1.0 Nov 5, 2018 Changes in this version + func GetFunctionName(i interface{}) string + func MyCaller() string