all repos — homestead @ bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

Code for my website

move package domain to alin.ovh

Alan Pearce
commit

bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

parent

31a93c78521108b5c292e4cc0d9152e7e1e5483b

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

changed files
M internal/server/logging.gointernal/server/logging.go
@@ -3,7 +3,7 @@
import ( "net/http" - "go.alanpearce.eu/x/log" + "alin.ovh/x/log" ) type LoggingResponseWriter struct {