Versions in this module Expand all Collapse all v0 v0.0.4 Jun 17, 2020 v0.0.1 Nov 19, 2019 Changes in this version + type Queue struct + func NewQueue() *Queue + func (q *Queue) Dump() + func (q *Queue) Pop() interface{} + func (q *Queue) Push(v interface{})