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

Improve Keys function to be more flexible #31

Closed yorinasub17 closed 4 years ago

yorinasub17 commented 4 years ago

This updates the Keys function to support any map that has string keys.

yorinasub17 commented 4 years ago

Given content, will merge and release as soon as build passes but any feedback is welcome!

yorinasub17 commented 4 years ago

Gah I misunderstood go type system and this doesn't quite work the way I want it to. Going to close this.