{ "$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" ] } } }