Implemtend Day 01 of 2025 with Golang

This commit is contained in:
2025-06-05 10:52:18 +02:00
parent f40eda99dd
commit f69d4e14ad
6 changed files with 70 additions and 0 deletions

10
2015/1/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"
}
}
}