gitlab.com/evatix-go/core@v1.3.55/coredata/stringslice/LastIndexPtr.go (about) 1 package stringslice 2 3 import "gitlab.com/evatix-go/core/constants" 4 5 func LastIndexPtr(slice *[]string) int { 6 return len(*slice) - constants.One 7 }