Switch to fork of github.com/Microsoft/go-winio to complete Windows support

This commit is contained in:
2025-04-06 23:32:41 -04:00
parent ffe191394a
commit c09add2ece
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
// Get returns the peer credentials for c.
func Get(c net.Conn) *Creds {
creds, _ := get(winio.UtilGetPipeHandle(c))
creds, _ := get(winio.GetPipeHandle(c))
return creds
}