Registry / utility / lyrictian-queue

lyrictian-queue

JSON →
library1.3.0gogounverified

Queue is a Go library providing various queue data structures and implementations.

go get github.com/LyricTian/queue
INSTALL
IMPORT
SIG · LYRICTIAN-QUEUE
L
lyrictian-queue
utilitygov1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

queue
github.com/LyricTian/queue

Create and use a basic queue

package main import ( "fmt" "github.com/LyricTian/queue" ) func main() { q := queue.NewQueue() q.Push("item") item, _ := q.Pop() fmt.Println(item) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lyrictian-queue — go get lyrictian-queue · libregistry