Versions in this module Expand all Collapse all v1 v1.0.0 Dec 30, 2020 Changes in this version + func ArrayInt2Str(data []int) []string + func ArrayStr2Int(data []string) []int + func DeleteArray(src []interface{}, index int) (result []interface{}) + func IntInArray(num int, data []int) bool + func MergeArray(dest []interface{}, src []interface{}) (result []interface{}) + func StrInArray(str string, data []string) bool + func TrimSpaceStrInArray(str string, data []string) bool Incompatible versions in this module v2.0.0+incompatible Sep 3, 2023