go_sysutils/ispriv/doc_windows.go
brent saner 772324247a
v1.13.1
ADDED:
* ispriv, which returns some information useful for determining if
  running with extra permissions, in sudo, etc.
2025-06-10 11:32:07 -04:00

8 lines
123 B
Go

//go:build windows
/*
ispriv provides functions on Windows to determine the currentl privilege status.
*/
package ispriv