extract logging library
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/website/filemap.go → internal/website/filemap.go
@@ -10,7 +10,7 @@ "os" "path/filepath" "strings" - "go.alanpearce.eu/website/internal/log" + "go.alanpearce.eu/x/log" "gitlab.com/tozd/go/errors" )