aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skate/author.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/skate/author.go b/skate/author.go
deleted file mode 100644
index 55fea2f..0000000
--- a/skate/author.go
+++ /dev/null
@@ -1,7 +0,0 @@
-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 ""
-}