This commit is contained in:
Dax Raad
2025-07-31 00:14:39 -04:00
parent 53907843b7
commit df1c911764
82 changed files with 12990 additions and 1097 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"
}