Versions in this module Expand all Collapse all v1 v1.0.0 Jan 4, 2019 Changes in this version + type Queue struct + func NewQueue(size int) *Queue + func (q *Queue) Add(value interface{}) (removeValue interface{}) + func (q *Queue) Len() int