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 function to convert key=value slice pairs to map #71

Closed yorinasub17 closed 2 years ago

yorinasub17 commented 2 years ago

This adds a new function that helps with converting a key=value slice of strings to a map. This is useful for working with the return value of os.Environ().

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

yorinasub17 commented 2 years ago

Thanks for review! Merging in now.