Initial commit to Proxyfier

This commit is contained in:
2026-02-07 01:22:35 +03:00
commit 3f80dab132
10 changed files with 310 additions and 0 deletions

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

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