blob: 82ddd30c1b065f6c61c545e68e53a45707406cf1 [file] [log] [blame]
// +build !linux,!windows
package system
// ReadMemInfo is not supported on platforms other than linux and windows.
func ReadMemInfo() (*MemInfo, error) {
return nil, ErrNotSupportedPlatform
}