all repos — homestead @ 82424b77fba708e4450c1a0cec5b0c7967b13d7b

Code for my website

move files and update import paths

Alan Pearce
commit

82424b77fba708e4450c1a0cec5b0c7967b13d7b

parent

e24a0eb383ecedef596a5a75ded7414398ecd9d1

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M internal/publisher/app.godomain/content/publisher/app.go
@@ -7,9 +7,9 @@ "github.com/Southclaws/fault"
"github.com/Southclaws/fault/fmsg" "go.hacdias.com/indielib/indieauth" - "alin.ovh/homestead/internal/config" - ihttp "alin.ovh/homestead/internal/http" - "alin.ovh/homestead/internal/server" + ihttp "alin.ovh/homestead/domain/web/middleware" + "alin.ovh/homestead/domain/web/server" + "alin.ovh/homestead/shared/config" "alin.ovh/homestead/templates" "alin.ovh/x/log" )