mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
5 lines
135 B
Go
5 lines
135 B
Go
// Package lru allows you to store values in a queue and compare their existence.
|
|
//
|
|
// Used as a temporary cache storage.
|
|
package lru
|