blob: 604d338754c5f878289b200ea7cdb6b11de7beea [file] [log] [blame]
// +build !linux,!windows
package system
func ReadMemInfo() (*MemInfo, error) {
return nil, ErrNotSupportedPlatform
}