github.com/guilhermebr/docker@v1.4.2-0.20150428121140-67da055cebca/pkg/system/meminfo_unsupported.go (about)

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