This website requires JavaScript.
Explore
Help
Sign In
kato
/
go-worm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
09076079fb992a74ba3c79d3ba86cf8bd9c2972f
go-worm
/
README.md
T
3 lines
87 B
Markdown
Raw
Normal View
History
Unescape
Escape
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.
2026-08-18 16:55:42 +03:00
```
Rename Local Management Agent to System Monitor Agent throughout the codebase, including updates to executable names, comments, and documentation. This change reflects a broader scope of functionality and improves clarity in the project's purpose.
2026-08-28 13:26:50 +03:00
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o SystemMonitorAgent.exe .
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.
2026-08-18 16:55:42 +03:00
```
Reference in New Issue
Copy Permalink