microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
939 stars 181 forks source link

[lint] Fix errors from #276 #296

Closed helsaawy closed 12 months ago

helsaawy commented 12 months ago

PR #276 introduced lint errors that the CI didn't catch

Also, TestResolvePath is now skipped if it doesn't have elevated permissions, since lacking permissions is not a code failure.