1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-24 13:48:56 +08:00

add anolis family with anolis platform

This commit is contained in:
wangyu 2024-11-15 19:28:24 +08:00
parent aa9796d3d7
commit 8e62971eb0

View File

@ -315,6 +315,8 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil
family = "solus"
case "neokylin":
family = "neokylin"
case "anolis":
family = "anolis"
}
return platform, family, version, nil