move package domain to alin.ovh
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M routes/template.go → routes/template.go
@@ -10,8 +10,8 @@ "github.com/alecthomas/chroma/v2/formatters/html" "github.com/alecthomas/chroma/v2/lexers" "github.com/alecthomas/chroma/v2/styles" - "go.alanpearce.eu/elgit/git" - "go.alanpearce.eu/elgit/templates" + "alin.ovh/elgit/git" + "alin.ovh/elgit/templates" ) func (d *deps) Write404(w http.ResponseWriter) {