Joel Holmes

Results 1 comments of Joel Holmes

I have a solution, but am unable to push a branch for a PR. ``` func isTextMime(kind string) bool { mt, _, err := mime.ParseMediaType(kind) if err != nil {...