all repos — homestead @ a7e2edcfcb7472c31d71275203cf75c045a773ac

Code for my website

change error package

Alan Pearce
commit

a7e2edcfcb7472c31d71275203cf75c045a773ac

parent

9762929ba7b804a268e752c4b362339278806cfe

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/listenfd/listenfd.gointernal/listenfd/listenfd.go
@@ -8,7 +8,7 @@ "strconv"
"go.alanpearce.eu/website/internal/log" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" ) const fdStart = 3