sort.StringSlice.Len (method, view implemented interface methods)

one use

	sort (current package)
		sort.go#L153: func (x StringSlice) Len() int           { return len(x) }