From 59b77c7b2f94921b284c54ece07132fc7d0a6a8c Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sun, 23 Dec 2018 23:25:10 -0600 Subject: [PATCH] add mime to Go Closes #608 --- lib/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 8a3f579..7d4b9ab 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -237,7 +237,8 @@ export const LANGUAGES = [ }, { name: 'Go', - mode: 'go' + mode: 'go', + mime: 'text/x-go' }, { name: 'Groovy',