Versions in this module Expand all Collapse all v1 v1.0.1 Sep 14, 2022 Changes in this version + func Clone(source interface{}, tager interface{}) + func GetCurrentAbPath() string + func GetFormatTime(layout string) string + func GetNowMilTime() string + func GetNowTime() string + func IdGenerator() string + type Set struct + func NewSet(items ...interface{}) *Set + func (s *Set) Add(items ...interface{}) + func (s *Set) Contains(item interface{}) bool + func (s *Set) Remove(item interface{}) + func (s *Set) Size() int