Versions in this module Expand all Collapse all v0 v0.2.0 Mar 30, 2019 Changes in this version + func JoinStrings(strs ...string) string + type ArrayUtil []interface + func (ac *ArrayUtil) Contains(haystack []interface{}, needle interface{}) bool v0.1.0 Mar 28, 2019 Changes in this version + func UniqueID() string + type Queue struct + func (q *Queue) CanPop() bool + func (q *Queue) Pop() interface{} + func (q *Queue) Push(value interface{}) + type QueueItem struct + Value interface{}