1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-03 15:40:35 +02:00
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
}