From 389f4ed335fd0960d6eb057bd2a754b5fd3239a6 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Fri, 31 May 2019 16:00:32 -0500 Subject: [PATCH] add rust to go api --- api/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/main.go b/api/main.go index 9c10f5d..da66fa2 100644 --- a/api/main.go +++ b/api/main.go @@ -60,6 +60,7 @@ func Execute(res http.ResponseWriter, req *http.Request) { "ruby", "swift", "brainfuck", "bf", + "rust", } // check if the supplied language is supported