mirror of
https://github.com/number571/go-peer.git
synced 2026-09-14 02:55:43 +05:00
5 lines
147 B
Go
5 lines
147 B
Go
// Package queue_set allows you to store values in a queue and compare their existence.
|
|
//
|
|
// Used as a temporary cache storage.
|
|
package queue_set
|