mirror of
https://github.com/SoarinFerret/trmm-lam.git
synced 2025-11-29 00:23:37 +00:00
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.7/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"go@1.22.6"
|
|
],
|
|
"env": {
|
|
"GOPATH": "$HOME/go/",
|
|
"PATH": "$PATH:$HOME/go/bin"
|
|
},
|
|
"shell": {
|
|
"init_hook": [
|
|
"export \"GOROOT=$(go env GOROOT)\""
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|