github.com/pritambaral/docker@v1.4.2-0.20150120174542-b2fe1b3dd952/pkg/system/meminfo_unsupported.go (about)

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