Versions in this module Expand all Collapse all v1 v1.0.2 Feb 23, 2026 v1.0.1 Jan 21, 2026 Changes in this version + type Queue struct + func NewQueue() Queue + func (q *Queue) Empty() bool + func (q *Queue) Pop() interface{} + func (q *Queue) Push(x interface{})