microsoft / go-winio

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

Add ResolvePath tests #276

Closed helsaawy closed 1 year ago

helsaawy commented 1 year ago

Add required computestorage APIs to allow for running tests of ResolvePath.

Tests copied from containerd, introduced in this PR: https://github.com/containerd/containerd/pull/5411