From c55d472a7b57312eb3e04ccff734c23f86eae4fa Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Thu, 20 Sep 2018 21:43:25 -0500 Subject: [PATCH] whitelist go --- api/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/main.go b/api/main.go index 78a6c41..05bd8e1 100644 --- a/api/main.go +++ b/api/main.go @@ -52,6 +52,7 @@ func Execute(res http.ResponseWriter, req *http.Request) { "c", "cpp", "c++", + "go", } // check if the supplied language is supported