mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 03:08:57 +08:00
ci cross-platform fix: make system_info disk usage helper windows-safe with build tags
This commit is contained in:
7
pkg/tools/system_disk_windows.go
Normal file
7
pkg/tools/system_disk_windows.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build windows
|
||||
|
||||
package tools
|
||||
|
||||
func diskUsageRoot() string {
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user