added golang

This commit is contained in:
marvzhang
2020-07-30 11:12:36 +08:00
parent 75afc64e39
commit b08fcc77da
8 changed files with 61 additions and 6 deletions

View File

@@ -225,7 +225,8 @@
{ label: 'Node.js', name: 'node', hasDeps: true },
{ label: 'Java', name: 'java', hasDeps: false },
{ label: '.Net Core', name: 'dotnet', hasDeps: false },
{ label: 'PHP', name: 'php', hasDeps: false }
{ label: 'PHP', name: 'php', hasDeps: false },
{ label: 'Golang', name: 'go', hasDeps: false }
],
langsDataDict: {},
handle: undefined,