Skip to content

Commit

Permalink
fix(localstorage): import the memstorage module
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Oct 29, 2024
1 parent ca1f69f commit 63844fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/humanlog/localhost.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 63844fb

Please sign in to comment.