Issue 65: weed-fs 0.51 does not compile under windows

This commit is contained in:
Chris Lu
2014-03-28 12:18:01 -07:00
parent 59f6a13609
commit 25a3c47def
8 changed files with 58 additions and 71 deletions

View File

@@ -0,0 +1,9 @@
// +build !linux
package stats
import ()
func (mem *MemStatus) fillInStatus() {
return
}