all repos — homestead @ 4c07535d9120fb999b0c008f1866972865f424f7

Code for my website

replace tozd/errors with Southclaws/fault

Alan Pearce
commit

4c07535d9120fb999b0c008f1866972865f424f7

parent

90a4ac43b915abb7a2949f4b5313b40d705b6071

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

changed files
M cmd/build/main.gocmd/build/main.go
@@ -2,6 +2,7 @@ package main
import ( "database/sql" + "errors" "fmt" "os" "path/filepath"
@@ -16,7 +17,6 @@ "go.alanpearce.eu/homestead/internal/vcs"
"go.alanpearce.eu/x/log" "github.com/ardanlabs/conf/v3" - "gitlab.com/tozd/go/errors" ) const branch = "main"