package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Oct 28, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Convert(ptra interface{}, ptrb interface{}) error
Each nested key will be extracted as a top level key.
eg: {k1 : val1, k2: {k21: val21}} is flattened as {k1: val1, k2.k21: val21}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.