aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-14 12:20:07 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-14 12:20:07 +0200
commit304d9f20ddce3599c3deb1999b9d7de545703d3c (patch)
tree132e46e217e2976cb2640af38a425dd68200482b /skate
parentb615ceda545b04e89165ac2f8f069c694a3c24b1 (diff)
downloadrefcat-304d9f20ddce3599c3deb1999b9d7de545703d3c.tar.gz
refcat-304d9f20ddce3599c3deb1999b9d7de545703d3c.zip
reducers may allow empty keys at some point
Diffstat (limited to 'skate')
-rw-r--r--skate/zippy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/zippy.go b/skate/zippy.go
index c8d2aee..fc188a9 100644
--- a/skate/zippy.go
+++ b/skate/zippy.go
@@ -12,7 +12,7 @@ import (
// This file contains the two-stream (zippy) matchers.
// ZippyExact takes a release and refs reader (tsv, with ident, key, doc)
-// and assigns a fixed match result.
+// and assigns a fixed match result. XXX: allow empty keys
func ZippyExact(releases, refs io.Reader, matchResult MatchResult, w io.Writer) error {
var (
enc = json.NewEncoder(w)