seaweedfs/go/stats/memory_notsupported.go
2014-10-26 11:34:55 -07:00

8 lines
82 B
Go

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