Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 2021 Changes in this version + type Queue interface + Len func() int + Pop func() interface{} + Push func(v interface{}) + func New() Queue