Files
opencode/packages/sdk/go/.devcontainer/devcontainer.json
2025-07-31 01:00:29 -04:00

8 lines
296 B
JSON

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Development",
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
"postCreateCommand": "go mod tidy"
}