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:
parent
aa9796d3d7
commit
8e62971eb0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user