Versions in this module Expand all Collapse all v1 v1.0.2 Nov 28, 2021 v1.0.1 Nov 28, 2021 Changes in this version + const StackFilterKeyForGoFrame + var DefaultTrimChars = string([]byte{ ... }) + func EqualFoldWithoutChars(s1, s2 string) bool + func FormatCmdKey(s string) string + func FormatEnvKey(s string) string + func IsArray(value interface{}) bool + func IsDebugEnabled() bool + func IsEmpty(value interface{}) bool + func IsFloat(value interface{}) bool + func IsInt(value interface{}) bool + func IsLetter(b byte) bool + func IsLetterLower(b byte) bool + func IsLetterUpper(b byte) bool + func IsMap(value interface{}) bool + func IsNil(value interface{}) bool + func IsNumeric(s string) bool + func IsSlice(value interface{}) bool + func IsStruct(value interface{}) bool + func IsUint(value interface{}) bool + func ListToMapByKey(list []map[string]interface{}, key string) map[string]interface + func MapPossibleItemByKey(data map[string]interface{}, key string) (foundKey string, foundValue interface{}) + func NewReadCloser(content []byte, repeatable bool) io.ReadCloser + func NewReadCloserWithReadCloser(r io.ReadCloser, repeatable bool) (io.ReadCloser, error) + func RemoveSymbols(s string) string + func ReplaceByMap(origin string, replaces map[string]string) string + func SplitAndTrim(str, delimiter string, characterMask ...string) []string + func Trim(str string, characterMask ...string) string + func UcFirst(s string) string + type OriginTypeAndKindOutput struct + InputKind reflect.Kind + InputType reflect.Type + OriginKind reflect.Kind + OriginType reflect.Type + func OriginTypeAndKind(value interface{}) (out OriginTypeAndKindOutput) + type OriginValueAndKindOutput struct + InputKind reflect.Kind + InputValue reflect.Value + OriginKind reflect.Kind + OriginValue reflect.Value + func OriginValueAndKind(value interface{}) (out OriginValueAndKindOutput) + type ReadCloser struct + func (b *ReadCloser) Close() error + func (b *ReadCloser) Read(p []byte) (n int, err error)