//
pkg.gl
Category
github.com/exonlabs/go-utils
pkg
types
package
0.3.12
Repository:
https://github.com/exonlabs/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
10
Files
1.3k SLOC
#
Functions
CloneDict
create deep clone of Dict.
CloneNDict
create deep clone of NDict.
NewDict
create new Dict from initial map data.
NewNDict
create new NDict from initial map data.
StripDict
recursive convert Dict into standard map data.
StripNDict
recursive convert NDict into standard map data.
#
Type aliases
Dict
Simple Dict type.
NDict
Nested Dict type with nested keys support.