From 267d704daee9daf20e6d379e7bdfa8130fa241c6 Mon Sep 17 00:00:00 2001 From: LiYang Date: Thu, 9 Jul 2020 08:34:40 +0800 Subject: [PATCH] Update languages.py --- judge/languages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judge/languages.py b/judge/languages.py index b4bde674..021bcb47 100644 --- a/judge/languages.py +++ b/judge/languages.py @@ -208,5 +208,5 @@ languages = [ {"config": _java_lang_config, "name": "Java", "description": "OpenJDK 1.8", "content_type": "text/x-java"}, {"config": _py2_lang_config, "name": "Python2", "description": "Python 2.7", "content_type": "text/x-python"}, {"config": _py3_lang_config, "name": "Python3", "description": "Python 3.5", "content_type": "text/x-python"}, - {"config": _go_lang_config, "name": "Golang 1.14", "description": "Golang 1.14", "content_type": "text/x-go"}, + {"config": _go_lang_config, "name": "Golang", "description": "Golang 1.14", "content_type": "text/x-go"}, ]