Documentation ¶
Index ¶
- func Camel2Snake(s string) string
- func DecodeByBase64(target string) (string, error)
- func EncodeByBase64(target string) string
- func FirstLower(s string) string
- func FirstUpper(s string) string
- func FromBytes(b []byte) string
- func Match(s string, pattern string) (bool, error)
- func Rand() string
- func RandId() string
- func Randn(n int) string
- func Seed(seed int64)
- func Snake2Camel(s string) string
- func ToBool(s string) (bool, error)
- func ToBytes(s string) []byte
- func ToChar(s string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Camel2Snake ¶
func DecodeByBase64 ¶
func EncodeByBase64 ¶
func FirstLower ¶
func FirstUpper ¶
func Snake2Camel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.