Documentation
¶
Index ¶
- func Compare(a, b interface{}) int
- func CompareNumber(a, b interface{}) int
- func CompareString(a, b interface{}) int
- func GetEnv(name string, defaultValues ...string) string
- func GetEnvMap() map[string]string
- func If(cond bool, val1, val2 interface{}) interface{}
- func IsLinux() bool
- func IsMac() bool
- func IsWin() bool
- func Len(s string) int
- func ParseQuery(str string) map[string]string
- func ParseURL(str string) (*url.URL, error)
- func Pretty(v interface{}) string
- func RandNumber(min, max int) int
- func RandString(length int) string
- func Range(min, max int) []int
- func Replace(s string, replace map[string]string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.