diff options
Diffstat (limited to 'skate/zipkey')
-rw-r--r-- | skate/zipkey/zipkey.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skate/zipkey/zipkey.go b/skate/zipkey/zipkey.go index 9394734..eb3dc55 100644 --- a/skate/zipkey/zipkey.go +++ b/skate/zipkey/zipkey.go @@ -1,3 +1,5 @@ +// Package zipkey implements ZipRun, a type that allows to attach a callback to +// a group of elements taken from two streams. package zipkey import ( |