move package domain to alin.ovh
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/errors.go → templates/errors.go
@@ -1,8 +1,8 @@ package templates import ( - g "go.alanpearce.eu/gomponents" - . "go.alanpearce.eu/gomponents/html" + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" ) func NotFoundPage(data PageData) g.Node {