
ADDED: * ispriv, which returns some information useful for determining if running with extra permissions, in sudo, etc.
8 lines
123 B
Go
8 lines
123 B
Go
//go:build windows
|
|
|
|
/*
|
|
ispriv provides functions on Windows to determine the currentl privilege status.
|
|
*/
|
|
|
|
package ispriv
|