gruntwork-io / go-commons

A standard library to use in all Gruntwork CLI tools
https://www.gruntwork.io/
MIT License
35 stars 26 forks source link

Add a map flatten function #65

Closed robmorgan closed 2 years ago

robmorgan commented 2 years ago

Description

This PR introduces a Go Map Flatten function which is useful for turning a map of type map[string]string into a string slice of key=value items.