Skip to content

Commit addd809

Browse files
committed
Add Go lang
1 parent e3f7ef4 commit addd809

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

resources/matrix/matrix-infodata.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,44 @@
243243
"version": "10.05.1"
244244
}
245245
},
246+
"Go":
247+
{
248+
"DownloadUrl": "https://go.dev/dl/go1.25.5.windows-amd64.zip",
249+
"addon_env.bat":
250+
{
251+
"comment": "::",
252+
"destination": "{root_dir}\\data\\cli\\env_{addon_name}.bat",
253+
"directory_separator": "\\",
254+
"enabled": "on",
255+
"encoding": "UTF8",
256+
"source_dir": "{root_dir}\\system\\templates"
257+
},
258+
"docs":
259+
{
260+
"English": "https://go.dev/doc/"
261+
},
262+
"environment":
263+
{
264+
"GOROOT": "{root_dir}\\addons\\{addon_name}",
265+
"GOPATH": "{root_dir}\\addons\\{addon_name}\\workspace",
266+
"GOCACHE": "{root_dir}\\addons\\{addon_name}\\workspace\\cache",
267+
"GOMODCACHE": "{root_dir}\\addons\\{addon_name}\\workspace\\pkg\\mod",
268+
"GOTMPDIR": "{root_dir}\\temp",
269+
"PATH": "{root_dir}\\addons\\{addon_name}\\bin;{root_dir}\\addons\\{addon_name}\\workspace\\bin;%PATH%"
270+
},
271+
"help": "--help",
272+
"main":
273+
{
274+
"architecture": "x64",
275+
"category": "Go",
276+
"enabled": "on",
277+
"license": "https://raw.githubusercontent.com/golang/go/refs/heads/master/LICENSE",
278+
"license_type": "BSD-3-Clause license",
279+
"min_windows_ver": "6.1.7601",
280+
"timestamp": "1651770000",
281+
"version": "1.25.5"
282+
}
283+
},
246284
"ImageMagick-vc15":
247285
{
248286
"DownloadUrl": "https://files.ospanel.io/~windows/pecl/deps/ImageMagick-7.1.1-46-vc15-x64.zip",

0 commit comments

Comments
 (0)