mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 17:14:53 +08:00
Issue 65: weed-fs 0.51 does not compile under windows
This commit is contained in:
9
go/stats/memory_notsupported.go
Normal file
9
go/stats/memory_notsupported.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !linux
|
||||
|
||||
package stats
|
||||
|
||||
import ()
|
||||
|
||||
func (mem *MemStatus) fillInStatus() {
|
||||
return
|
||||
}
|
Reference in New Issue
Block a user