net/url.Values.Get (method)

2 uses

	net/url (current package)
		url.go#L922: func (v Values) Get(key string) string {

	github.com/oapi-codegen/runtime
		bindparam.go#L491: 		return true, BindStringToObject(values.Get(paramName), dest)