From 6825921f4f53d86c01225d0c451cdcb218c2e303 Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Sat, 27 Apr 2024 22:02:14 +0800 Subject: [PATCH] feat: support golang --- internal/service/runner/problem_config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/service/runner/problem_config.go b/internal/service/runner/problem_config.go index 7e0b77c..efc66c5 100644 --- a/internal/service/runner/problem_config.go +++ b/internal/service/runner/problem_config.go @@ -15,9 +15,10 @@ var ( }{ "c": {""}, "cpp": {""}, - "rust": {""}, + "go": {""}, "python3": {"/usr/bin/python3"}, "pypy3": {"/usr/bin/pypy3"}, + "rust": {""}, } )