diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-01 11:20:52 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-01 11:20:52 +0200 |
commit | 2b34ad2aa133f13d18f14740df1641aa0de5350b (patch) | |
tree | 67098a3e16338e844d93b1550c6c9bcff7fe0569 /skate/zippy.go | |
parent | 4bfbc3e98752785bfadaca16e79a1488ade8753f (diff) | |
download | refcat-2b34ad2aa133f13d18f14740df1641aa0de5350b.tar.gz refcat-2b34ad2aa133f13d18f14740df1641aa0de5350b.zip |
update docs
Diffstat (limited to 'skate/zippy.go')
-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{} |