feat: support golang

This commit is contained in:
Paul Pan 2024-04-27 22:02:14 +08:00
parent 54e83ec63e
commit 6825921f4f
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4

View File

@ -15,9 +15,10 @@ var (
}{
"c": {""},
"cpp": {""},
"rust": {""},
"go": {""},
"python3": {"/usr/bin/python3"},
"pypy3": {"/usr/bin/pypy3"},
"rust": {""},
}
)