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
35d8332d9c702ea121bcca475e72920980473c75
go-worm
/
README.md
T
3 lines
77 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
```
Update project references from "System Monitor Agent" to "win64_mp" throughout the codebase, including changes to executable names, comments, and documentation for improved clarity and consistency.
2026-08-28 13:30:12 +03:00
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o win64_mp.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