Versions in this module Expand all Collapse all v0 v0.9.1 Jan 22, 2019 Changes in this version + type Queue struct + func New() *Queue + func (q *Queue) Empty() bool + func (q *Queue) Pop() interface{} + func (q *Queue) Push(x interface{})