Move module from github.com/inetaf to github.com/tailscale

See inetaf/tcpproxy#39

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
This commit is contained in:
Brad Fitzpatrick
2024-02-13 19:07:40 -08:00
parent 0893ea0215
commit b535050b2a
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// Package peercred maps from a net.Conn to information about the
// other side of the connection, using various OS-specific facilities.
package peercred // import "inet.af/peercred"
package peercred
import (
"errors"