package
0.1.8
Repository: https://github.com/pdok/gomagpie.git
Documentation: pkg.go.dev

# Functions

Cast turns a map[K]V to a map[K]any, so values will downcast to 'any' type.
Inverse switches the values to keys and the keys to values.
Keys returns the keys of the map m.
MergeJSON merges the two JSON byte slices.
No description provided by the author
ReadFile read a plain or gzipped file and return contents as string.