remove log message
This commit is contained in:
parent
6c000b035d
commit
0fab61e73e
|
@ -55,7 +55,6 @@ func DiskUsage(path string) (*DiskUsageStat, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func DiskPartitions(all bool) ([]DiskPartitionStat, error) {
|
func DiskPartitions(all bool) ([]DiskPartitionStat, error) {
|
||||||
fmt.Println("IN DISK PARTITIONS")
|
|
||||||
var ret []DiskPartitionStat
|
var ret []DiskPartitionStat
|
||||||
lpBuffer := make([]byte, 254)
|
lpBuffer := make([]byte, 254)
|
||||||
diskret, _, err := procGetLogicalDriveStringsW.Call(
|
diskret, _, err := procGetLogicalDriveStringsW.Call(
|
||||||
|
|
Loading…
Reference in New Issue