DEV Community

Adrian Brad
Adrian Brad

Posted on

Announcing v1.3.0 of my queue package implemented in Golang

https://github.com/adrianbrad/queue

I'm happy to announce that I've released v1.3.0 of my #queue #golang package: A Linked Queue implementation was added, complementing the Circular, Blocking, and Priority queues. All structures align with the standard Queue interface.

The package also contains various artifacts that could interest a broader audience. These artifacts include: CI scripts(coverage, lint, testing), golang-ci lint config file, commitizen, example tests, benchmarks and documentation provided by godoc.

Top comments (0)