mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 05:37:29 +08:00
8 lines
78 B
Go
8 lines
78 B
Go
//go:build windows
|
|
|
|
package tools
|
|
|
|
func diskUsageRoot() string {
|
|
return ""
|
|
}
|