containerd/pkg/dialer
Anthony Nandaa 8e91edb71e fix(pkg/dialer): minor fix on dialer function for windows
This commit fixes the dialer function to make sure that
"npipe://" prefix is trimmed, just like the way it is done
in the Unix counterpart, `./dialer_unix.go:50`

This will also unblock some downstream work going on in
buildkit; setting up integration tests to run on Windows.

Signed-off-by: Anthony Nandaa <profnandaa@gmail.com>
2023-11-22 04:25:11 -08:00
..
dialer_unix.go chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
dialer_windows.go fix(pkg/dialer): minor fix on dialer function for windows 2023-11-22 04:25:11 -08:00
dialer.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00