microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
952 stars 182 forks source link

Upgrade golang/sys to fix warning #246

Closed helsaawy closed 2 years ago

helsaawy commented 2 years ago

Language server complains about invalid operation: operator | not defined on windows.TOKEN_ADJUST_PRIVILEGES in privilege.go.

Upgrading to new golang.org/x/sys fixes issue.

Signed-off-by: Hamza El-Saawy hamzaelsaawy@microsoft.com