From e8fde7995d5f3c57baa8594fc5414a0fd303c025 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 8 May 2021 14:32:06 +0200 Subject: author slug stub --- skate/author.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 skate/author.go (limited to 'skate') 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 "" +} -- cgit v1.2.3