aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)