strings.Reader.Reset (method)

one use

	strings (current package)
		reader.go#L156: func (r *Reader) Reset(s string) { *r = Reader{s, 0, -1} }