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 "" }