diff options
-rw-r--r-- | skate/zippy.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skate/zippy.go b/skate/zippy.go index 02d0428..e7677b9 100644 --- a/skate/zippy.go +++ b/skate/zippy.go @@ -11,6 +11,7 @@ // wikipedia, ... // // TODO: [ ] pass release stage through all match types +// TODO: [ ] switch to faster logging, e.g. zerolog, https://github.com/rs/zerolog#benchmarks package skate import ( @@ -322,6 +323,8 @@ func ZippyVerifyRefsOpenLibrary(olr, refs io.Reader, w io.Writer) error { // // We can identify, which docs have been matched by checking the source ident, // ref index and key. +// +// TODO: This needs to be completed. func ZippyBrefAugment(bref, raw io.Reader, w io.Writer) error { var ( stats = statsAugment{} |