Versions in this module Expand all Collapse all v1 v1.0.0 Mar 29, 2020 Changes in this version + func CallbackFields(s string, prepare func(n int), newField func(f string)) + func CallbackFieldsFunc(s string, isSpace func(rune) bool, prepare func(n int), ...) + func Compare(a, b string) int + func FullJoin(a []string, prefix, sep, suffix string) string + func Get(s *string) string + func IndentLinesExceptFirst(s, indent string) string + func LessFunc(l []string) func(i, j int) bool + func MatchPrefix(s, prefix string) (string, bool) + func SliceInsert(s []string, index int, e ...string) []string + func SliceRemove(s []string, index int) []string + type Set map[string]struct + func NewSet(els ...string) (s Set) + func (s *Set) Add(els ...string) Set + func (s Set) Contain(el string) bool + func (s Set) Delete(els ...string) Set + func (s Set) Elements() (els []string) + func (s Set) Equal(t Set) bool + func (s Set) String() string