diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-02 02:10:51 +0200 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-02 02:10:51 +0200 |
| commit | eec130b79705a4cb305fc48c21b6b9ed14e30b9a (patch) | |
| tree | d6a8c58dd71c2a17a2df0d4de99de1eeae36e2d8 | |
| parent | 9b901ae091b12557822fcd2c926411b5a378e3f0 (diff) | |
| download | refcat-eec130b79705a4cb305fc48c21b6b9ed14e30b9a.tar.gz refcat-eec130b79705a4cb305fc48c21b6b9ed14e30b9a.zip | |
cleanup unused code
| -rw-r--r-- | skate/author.go | 7 |
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 "" -} |
