extract logging library
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/server/dev.go → internal/server/dev.go
@@ -9,7 +9,7 @@ "path/filepath" "slices" "time" - "go.alanpearce.eu/website/internal/log" + "go.alanpearce.eu/x/log" "github.com/fsnotify/fsnotify" "gitlab.com/tozd/go/errors"