File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ License] ( https://img.shields.io/github/license/caffix/queue )] ( https://www.apache.org/licenses/LICENSE-2.0 )
44[ ![ Go Report] ( https://goreportcard.com/badge/github.com/caffix/queue )] ( https://goreportcard.com/report/github.com/caffix/queue )
55[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/caffix/queue/badge )] ( https://www.codefactor.io/repository/github/caffix/queue )
6- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/c7b6287b1861d640f1ed/maintainability )] ( https://codeclimate.com/github/caffix/queue/maintainability )
7- [ ![ Codecov] ( https://codecov.io/gh/caffix/queue/branch/master/graph/badge.svg )] ( https://codecov.io/gh/caffix/queue )
86
97# A priority queue written in Go that signals using channels
108
119## Installation [ ![ Go Version] ( https://img.shields.io/github/go-mod/go-version/caffix/queue )] ( https://golang.org/dl/ )
1210
1311``` bash
14- go get -v -u github.com/caffix/queue@master
12+ go get -v -u github.com/caffix/queue@main
1513```
1614
1715## Licensing [ ![ License] ( https://img.shields.io/github/license/caffix/queue )] ( https://www.apache.org/licenses/LICENSE-2.0 )
Original file line number Diff line number Diff line change 11module github.com/caffix/queue
22
3- go 1.23.1
3+ go 1.24.0
44
5- require github.com/caffix/stringset v0.2.0
5+ require github.com/caffix/stringset v0.2.1-0.20251119025138-9044e6b53d5b
Original file line number Diff line number Diff line change 1- github.com/caffix/stringset v0.2.0 h1:kN6xnvL8jzx2YhQNOYr6A6hFzUK+iikt1JtJ2MS2LC8 =
2- github.com/caffix/stringset v0.2.0 /go.mod h1:8PZ6GIPpMP5+r5hr790/05w3v9xI+gXRxRzJCZL57lQ =
1+ github.com/caffix/stringset v0.2.1-0.20251119025138-9044e6b53d5b h1:zJbdnhRVCLJrV559afg3YU5rci0vL2i0UoARxf3TzPQ =
2+ github.com/caffix/stringset v0.2.1-0.20251119025138-9044e6b53d5b /go.mod h1:dnXtfiDQ0Q5appncY9XoLiy+jGv+ET+Dv7D40BISIBU =
You can’t perform that action at this time.
0 commit comments