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