adding 2015 & 2025 advents

This commit is contained in:
2025-12-16 21:34:25 +01:00
parent 536070e45c
commit 12892d6460
17 changed files with 6054 additions and 0 deletions

10
2015/03/golang/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"[go]": {
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.defaultFormatter": "golang.go",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}