all repos — homestead @ b16c1c7338333ad5f9c968f7fa579015d350672a

Code for my website

extract HTTP logic to shared module

Alan Pearce
commit

b16c1c7338333ad5f9c968f7fa579015d350672a

parent

1ac299018401dc48caeb862b4dcc117a7a65e091

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M domain/web/templates/error.godomain/web/templates/error.go
@@ -5,7 +5,7 @@ "strconv"
g "alin.ovh/gomponents" . "alin.ovh/gomponents/html" - http "alin.ovh/homestead/domain/web/middleware" + http "alin.ovh/homestead/shared/http" ) func Error(site SiteSettings, err *http.Error) g.Node {