whitelist go

This commit is contained in:
Brian Seymour 2018-09-20 21:43:25 -05:00
parent f8fa94c923
commit c55d472a7b
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ func Execute(res http.ResponseWriter, req *http.Request) {
"c", "c",
"cpp", "cpp",
"c++", "c++",
"go",
} }
// check if the supplied language is supported // check if the supplied language is supported