microsoft / go-winio

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

Isolate tools dependencies in tools package #293

Closed helsaawy closed 1 year ago

helsaawy commented 1 year ago

Use ./tools to prevent callers of go-winio from needing to add tools to their dependencies.

Similar to https://github.com/microsoft/hcsshim/pull/1840

Also update dependencies