Added support for remote0

This commit is contained in:
mikx
2023-10-31 20:16:41 -04:00
commit 5c6e496688
88 changed files with 7833 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"files.eol": "\n",
"editor.formatOnSave": true,
"go.useLanguageServer": true,
"taskExplorer.pathToMake": "make"
}