Update README with build instructions for Windows and refactor agent handlers. Replace handleIndex with handleWeb in Serve method, and remove handleIndex function from handlers.go.

This commit is contained in:
2026-08-18 16:55:42 +03:00
parent f0515d7342
commit 4795c25da7
7 changed files with 458 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
```
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o localagent.exe .
```