Documentation
¶
Index ¶
- func CallerLine(skip int) string
- func CallerLines(skip int) []string
- func GetEnv(name string, defaultValues ...string) string
- func GetEnvMap() map[string]string
- func If(cond bool, val1, val2 interface{}) interface{}
- func InArray(elem interface{}, target interface{}) bool
- func IsArray(elem interface{}) bool
- func IsBool(elem interface{}) bool
- func IsChannel(elem interface{}) bool
- func IsEmpty(elem interface{}) bool
- func IsFloat(elem interface{}) bool
- func IsFunc(elem interface{}) bool
- func IsInt(elem interface{}) bool
- func IsJSONObject(elem interface{}) bool
- func IsJSONString(str string) bool
- func IsLinux() bool
- func IsMac() bool
- func IsMap(elem interface{}) bool
- func IsNumeric(elem interface{}) bool
- func IsSlice(elem interface{}) bool
- func IsString(elem interface{}) bool
- func IsStruct(elem interface{}) bool
- func IsTime(elem interface{}) bool
- func IsUint(elem interface{}) bool
- func IsWin() bool
- 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(elem 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.