{ "name": "Go Dev Container", "build": { "dockerfile": "Dockerfile" }, "postCreateCommand": "go install github.com/go-delve/delve/cmd/dlv@latest && go install github.com/cweill/gotests/gotests@v1.6.0 && go install golang.org/x/tools/gopls@latest && go install golang.org/x/tools/cmd/goimports@latest && go install honnef.co/go/tools/cmd/staticcheck@latest", "customizations": { "vscode": { "extensions": [ "golang.go", "gruntfuggly.todo-tree" ]} } }