mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-06 10:17:53 +08:00
10 lines
125 B
Go
10 lines
125 B
Go
// +build windows openbsd netbsd plan9 solaris
|
|
|
|
package stats
|
|
|
|
import ()
|
|
|
|
func (disk *DiskStatus) fillInStatus() {
|
|
return
|
|
}
|