mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
add placeholder function.
This commit is contained in:
parent
6d7ad643fb
commit
66c5476fb7
10
disk_linux.go
Normal file
10
disk_linux.go
Normal file
@ -0,0 +1,10 @@
|
||||
// +build linux
|
||||
|
||||
package gopsutil
|
||||
|
||||
|
||||
func Disk_partitions() ([]Disk_partitionStat, error) {
|
||||
ret := make([]Disk_partitionStat, 0)
|
||||
|
||||
return ret, nil
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user