package staros import ( "fmt" "testing" ) func Test_Disk(t *testing.T) { a := DiskUsage("c:") fmt.Println(a) }