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/config/config.gointernal/config/config.go
@@ -8,7 +8,7 @@
"go.alanpearce.eu/website/internal/log" "github.com/BurntSushi/toml" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" ) type Taxonomy struct {