batch

tiny golang package for pagination-style batching of slices
Log | Files | Refs | README | LICENSE

commit 2f0d8a19cfd5b809a5370fdd460559fc84bebb3a
parent bd9f0b07db177509b38477def5a5a6e00bfcc7c5
Author: Mark Wilkerson <mark@markwilkerson.me`>
Date:   Mon,  3 Aug 2020 18:14:30 -0700

add go.mod

Diffstat:
Ago.mod | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/go.mod b/go.mod @@ -0,0 +1,3 @@ +module markhuge.com/batch + +go 1.14