var google.golang.org/api/internal/third_party/uritemplates.unreserved

2 uses

	google.golang.org/api/internal/third_party/uritemplates (current package)
		uritemplates.go#L20: 	unreserved = regexp.MustCompile("[^A-Za-z0-9\\-._~]")
		uritemplates.go#L56: 		w.escaped.Write(unreserved.ReplaceAllFunc([]byte(s), pctEncode))