aboutsummaryrefslogtreecommitdiffstats
path: root/skate/zipkey/zipkey.go
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-30 04:16:02 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-30 04:16:02 +0200
commite717cee6c561891a5de2836821d793086806db9b (patch)
tree82085dc0b41642110b6ca31f611645c20ab5fdda /skate/zipkey/zipkey.go
parent3d61eac8c023a7f9509e0371baef40c00b0132f2 (diff)
downloadrefcat-e717cee6c561891a5de2836821d793086806db9b.tar.gz
refcat-e717cee6c561891a5de2836821d793086806db9b.zip
update docs
Diffstat (limited to 'skate/zipkey/zipkey.go')
-rw-r--r--skate/zipkey/zipkey.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/zipkey/zipkey.go b/skate/zipkey/zipkey.go
index a9f5c04..9394734 100644
--- a/skate/zipkey/zipkey.go
+++ b/skate/zipkey/zipkey.go
@@ -14,7 +14,7 @@ type Group struct {
}
type (
- keyFunc func(string) (string, error)
+ keyFunc func(string) (string, error) // Given a line, extract the key.
groupFunc func(*Group) error
)