all repos — homestead @ c793770b729ff582b0b823c29edc04d7c47c15d3

Code for my website

update package name and imports

Alan Pearce
commit

c793770b729ff582b0b823c29edc04d7c47c15d3

parent

3d1554e754ad2c57b7fc88e286169b510c3554ee

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

changed files
M internal/storage/files/reader.gointernal/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"