microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
947 stars 180 forks source link

Cleanup wim package for use on non Windows platforms #213

Open kenshaw opened 3 years ago

kenshaw commented 3 years ago

Cleans up the wim package (removing unnecessary build tag guards), and cleans up the wim/validate command to be slightly more "Go idiomatic".

kenshaw commented 3 years ago

Submitted this as a separate PR in hopes if the package renaming is not accepted, that this would be. Both PRs should be rebase-able against the master branch.