package
0.0.0-20220810135001-752f67be6d31
Repository: https://github.com/ryanfaerman/gophercnc.git
Documentation: pkg.go.dev
# Functions
Flatten takes a structure and turns into a flat map[string]string.
# Variables
No description provided by the author
# Type aliases
Map is a wrapper around map[string]string that provides some helpers above it that assume the map is in the format that flatmap expects (the result of Flatten).