Skip to content

Commit 5d4ce45

Browse files
committed
fix: remove comment
1 parent be15860 commit 5d4ce45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

p2p/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Cache[K comparable, V any] struct {
2424
type entry[K comparable, V any] struct {
2525
key K
2626
value V
27-
expiresAt *time.Time // nil when TTL=0, saves 16 bytes per entry
27+
expiresAt *time.Time
2828
}
2929

3030
// NewCache creates a new cache with the given options.

0 commit comments

Comments
 (0)