batch

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

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

lol

Diffstat:
Mbatch_test.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/batch_test.go b/batch_test.go @@ -3,7 +3,7 @@ package batch_test import ( "testing" - "github.com/markhuge/batch" + "markhuge.com/batch" ) func TestStr(t *testing.T) {