feat: add Linux disk space monitoring support- add disk_linux.go using syscall.Statfs to retrieve disk info- update disk_other.go build tag to exclude both Windows and Linux

This commit is contained in:
Z
2026-06-27 14:58:55 +08:00
parent b0e3d6069a
commit 804adf94a3
2 changed files with 29 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
//go:build !windows
//go:build !windows && !linux
package monitor