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