This commit is contained in:
Dax Raad
2025-07-23 21:56:02 -04:00
parent a16554d445
commit 24be6e6901
207 changed files with 151 additions and 5583 deletions

View File

@@ -0,0 +1,7 @@
// 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"
}