all repos — website @ a14e030b41799ea65e026d600ce18a48507bebd0

My website

extract logging library

Alan Pearce
commit

a14e030b41799ea65e026d600ce18a48507bebd0

parent

c4d5654e6360e90be2106439463f49acb55dffc8

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/website/internal/log" + "go.alanpearce.eu/x/log" ) type LoggingResponseWriter struct {