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 BatchListIntoGroupsOf #20

Closed yorinasub17 closed 5 years ago

yorinasub17 commented 5 years ago

This implements BatchListIntoGroupsOf, which will take a list of strings and batch them into groups of batchSize.

yorinasub17 commented 5 years ago

Merging and releasing!