update package name and imports
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/storage/files/reader.go → internal/storage/files/reader.go
@@ -5,7 +5,7 @@ "io/fs" "path/filepath" "strings" - "go.alanpearce.eu/website/internal/storage" + "go.alanpearce.eu/homestead/internal/storage" "go.alanpearce.eu/x/log" "gitlab.com/tozd/go/errors"