Versions in this module Expand all Collapse all v1 v1.0.1 Jun 23, 2022 Changes in this version + func SecondsToDuration(seconds uint64) (string, error) + func StringContains(list []string, s string) bool + func StringDeleteAllSlice(a []string, b []string) ([]string, error) + func StringDeleteSlice(list []string, s string) ([]string, error) + func UniqueSlices(s []string, t []string) []string + type Set struct + func NewSet() *Set + func (s *Set) Add(value string) + func (s *Set) Contains(value string) (exists bool) + func (s *Set) Length() int + func (s *Set) Remove(value string) + func (s *Set) Values() (values []string)