move package domain to alin.ovh
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M internal/storage/files/reader.go → internal/storage/files/reader.go
@@ -6,8 +6,8 @@ "io/fs" "path/filepath" "strings" - "go.alanpearce.eu/homestead/internal/storage" - "go.alanpearce.eu/x/log" + "alin.ovh/homestead/internal/storage" + "alin.ovh/x/log" "github.com/Southclaws/fault" "github.com/Southclaws/fault/fmsg"