v0.4.15
- Added new
pkg/process
with some process enumeration and querying functionality. - Added
winio.DialPipeAccess
which allows specifying the access that the pipe is opened with. - Removed winio's
archive/tar
package and replaced it with direct usage ofarchive/tar
from Go's standard library.