v1.16.0
ADDED: * Dummy implementation for IDState on Windows
This commit is contained in:
8
doc_nix.go
Normal file
8
doc_nix.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !(windows || plan9 || wasip1 || js || ios)
|
||||
|
||||
/*
|
||||
Package sysutils provides [IDState], a collection of process information as it relates to user/group access/membership.
|
||||
|
||||
Take note that this module's main functionality is in its child packages.
|
||||
*/
|
||||
package sysutils
|
||||
Reference in New Issue
Block a user