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

one use

	sort (current package)
		sort.go#L155: func (x StringSlice) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }