From 63844fb7f3b5e71e5eff509ff6048f81b68fa8e6 Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Tue, 29 Oct 2024 14:15:50 +0900 Subject: [PATCH] fix(localstorage): import the memstorage module --- cmd/humanlog/localhost.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/humanlog/localhost.go b/cmd/humanlog/localhost.go index 23d4a39..6ef3a36 100644 --- a/cmd/humanlog/localhost.go +++ b/cmd/humanlog/localhost.go @@ -30,6 +30,9 @@ import ( "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" "golang.org/x/sys/unix" + + // imported for side-effect + _ "github.com/humanlogio/humanlog/internal/memstorage" ) func isEADDRINUSE(err error) bool {