gitlab.com/evatix-go/core@v1.3.55/coredata/stringslice/Empty.go (about) 1 package stringslice 2 3 func Empty() []string { 4 return []string{} 5 }