Refactor agent handlers to improve code clarity and maintainability. Update Serve method to use handleWeb and remove obsolete handleIndex function.

This commit is contained in:
2026-08-18 16:56:48 +03:00
parent 3b30bfe4c3
commit fe77f17ac9
+36
View File
@@ -0,0 +1,36 @@
# Build output
/localagent.exe
*.exe
*.exe~
*.dll
*.so
*.dylib
# Tests and coverage
*.test
*.out
coverage.out
coverage.html
# Go workspace
go.work
go.work.sum
# Vendor (this repo uses modules)
/vendor/
# Environment
.env
.env.*
# OS
.DS_Store
Thumbs.db
desktop.ini
# Editors
.idea/
.vscode/
*.swp
*.swo
*~