seaweedfs/go/stats/memory_notsupported.go

10 lines
93 B
Go
Raw Normal View History

// +build !linux
package stats
import ()
func (mem *MemStatus) fillInStatus() {
return
}