github.com/chenchun/docker@v1.3.2-0.20150629222414-20467faf132b/pkg/system/meminfo_unsupported.go (about)

     1  // +build !linux,!windows
     2  
     3  package system
     4  
     5  func ReadMemInfo() (*MemInfo, error) {
     6  	return nil, ErrNotSupportedPlatform
     7  }