golang.org/x/oauth2.setParam.v (field)

2 uses

	golang.org/x/oauth2 (current package)
		oauth2.go#L128: type setParam struct{ k, v string }
		oauth2.go#L130: func (p setParam) setValue(m url.Values) { m.Set(p.k, p.v) }