Documentation ¶
Overview ¶
Package strings provides extended functionality for string types
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyNotInMap = errors.New("key not found in map")
ErrKeyNotInMap represents an error for key not found in map
Functions ¶
func CloneBoolMap ¶
CloneBoolMap returns an exact copy of a map consisting string key and bool value
func IndexInSlice ¶
IndexInSlice returns the index of a string element in a given slice
Types ¶
type Lookup ¶
type Lookup map[string]interface{}
Lookup represents a map[string]interface{} with assumed nil values
Click to show internal directories.
Click to hide internal directories.