aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-08 14:32:06 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-08 14:32:06 +0200
commite8fde7995d5f3c57baa8594fc5414a0fd303c025 (patch)
tree07e72b5d708fa35596168a4f231ba817d4dfe70e /skate
parentecfef7212936546ea5d975def28eacf1aea22d08 (diff)
downloadrefcat-e8fde7995d5f3c57baa8594fc5414a0fd303c025.tar.gz
refcat-e8fde7995d5f3c57baa8594fc5414a0fd303c025.zip
author slug stub
Diffstat (limited to 'skate')
-rw-r--r--skate/author.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/skate/author.go b/skate/author.go
new file mode 100644
index 0000000..55fea2f
--- /dev/null
+++ b/skate/author.go
@@ -0,0 +1,7 @@
+package skate
+
+// SlugifyAuthors returns a slug version of a list of raw author names. Useable
+// as match key or part of a match key.
+func SlugifyAuthors(s string) string {
+ return ""
+}