Initial commit

This commit is contained in:
yxzzy-wtf
2023-12-01 15:13:45 +02:00
committed by GitHub
commit a474acea1e
9 changed files with 779 additions and 0 deletions

11
.devcontainer.json Normal file
View File

@@ -0,0 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/go",
"customizations": {
"codespaces": {
"extensions": ["golang.go"]
},
"vscode": {
"extensions": ["golang.go"]
}
}
}