//go:build !linux package system // GetInfo returns empty system info on non-Linux platforms. func GetInfo(_ string) SystemInfo { return SystemInfo{} }