aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-01 01:19:49 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-01 01:19:49 +0200
commit55647ea29aff9a942816e7d858c37d7e37e598da (patch)
tree42c429bfd9a086b7f48ec7b8bfa75a41269738fb
parent528b7c0d9f07cfb0ef7a7db5dfe4e3d61b9faa6f (diff)
downloadrefcat-55647ea29aff9a942816e7d858c37d7e37e598da.tar.gz
refcat-55647ea29aff9a942816e7d858c37d7e37e598da.zip
update docs
-rw-r--r--skate/cmd/skate-dot/main.go4
-rw-r--r--skate/zipkey/zipkey.go2
2 files changed, 4 insertions, 2 deletions
diff --git a/skate/cmd/skate-dot/main.go b/skate/cmd/skate-dot/main.go
index 3ef99d5..5c11975 100644
--- a/skate/cmd/skate-dot/main.go
+++ b/skate/cmd/skate-dot/main.go
@@ -1,5 +1,5 @@
-// skate-dot generates dot files from inbound and outbound citation links. Just
-// a demo, replacement for a couple python scripts.
+// [wip] skate-dot generates dot files from inbound and outbound citation
+// links. Just a demo, replacement for a couple python scripts.
package main
import (
diff --git a/skate/zipkey/zipkey.go b/skate/zipkey/zipkey.go
index 9394734..eb3dc55 100644
--- a/skate/zipkey/zipkey.go
+++ b/skate/zipkey/zipkey.go
@@ -1,3 +1,5 @@
+// Package zipkey implements ZipRun, a type that allows to attach a callback to
+// a group of elements taken from two streams.
package zipkey
import (