seaweedfs/go/stats/memory_notsupported.go

10 lines
93 B
Go

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