all repos — x @ 5532e66009d46c50d3d1bd666bf41560228765f8

Experiments and stuff

update module path and domain

Alan Pearce
commit

5532e66009d46c50d3d1bd666bf41560228765f8

parent

0b2a3fe5bcf8aa8b1effcc4dd013c4d94aa057e1

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M listenfd/listenfd.golistenfd/listenfd.go
@@ -1,4 +1,4 @@
-package listenfd +package listenfd // import "alin.ovh/x/listenfd" import ( "crypto/tls"
@@ -6,7 +6,7 @@ "net"
"os" "strconv" - "go.alanpearce.eu/x/log" + "alin.ovh/x/log" "gitlab.com/tozd/go/errors" )