aboutsummaryrefslogtreecommitdiffstats
path: root/skate/zippy.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/zippy.go')
-rw-r--r--skate/zippy.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/skate/zippy.go b/skate/zippy.go
index bc65281..f2dca98 100644
--- a/skate/zippy.go
+++ b/skate/zippy.go
@@ -146,6 +146,10 @@ func ZippyVerifyRefs(releases, refs io.Reader, w io.Writer) error {
if err := enc.Encode(br); err != nil {
return err
}
+ default:
+ // XXX: We want to add unmatched pieces as well; here? We
+ // probably want to do a single final pass to complete the
+ // dataset.
}
}
return nil