Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 16, 2023
1 parent 4c0a390 commit 60f87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Handler interface {
Storable(req *http.Request, res *http.Response, now time.Time) (ok bool, expires time.Time)
}

var _ Handler = new(rfc9111.Shared)
var _ Handler = (*rfc9111.Shared)(nil)

type cacher struct {
Cacher
Expand Down

0 comments on commit 60f87c0

Please sign in to comment.