move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M internal/publisher/mux.go → internal/publisher/mux.go
@@ -3,9 +3,9 @@ import ( "net/http" - ihttp "go.alanpearce.eu/homestead/internal/http" - pubtpl "go.alanpearce.eu/homestead/internal/publisher/templates" - "go.alanpearce.eu/homestead/templates" + ihttp "alin.ovh/homestead/internal/http" + pubtpl "alin.ovh/homestead/internal/publisher/templates" + "alin.ovh/homestead/templates" ) func (app *App) Index(w http.ResponseWriter, _ *http.Request) *ihttp.Error {