Versions in this module Expand all Collapse all v0 v0.1.0 Mar 28, 2019 Changes in this version + func JoinStrings(strs ...string) string + type ArrayUtil []interface + func (ac *ArrayUtil) Contains(haystack []interface{}, needle interface{}) bool + type Auth struct