10 lines
475 B
Go
10 lines
475 B
Go
/*
|
|
Package sysutils provides [IDState], a collection of process information as it relates to user/group access/membership.
|
|
|
|
NOTE: an [IDState], and all the functions/methods thereof, are fairly useless on Windows as all methods are NO-OPs and
|
|
[GetIDState]/[GetIDStateProc] just return an empty [IDState]. It is primarily provided on Windows for easier cross-platform development.
|
|
|
|
Take note that this module's main functionality is in its child packages.
|
|
*/
|
|
package sysutils
|