wURL, _ := url.Parse(str)
	q := wURL.Query()
	q.Add("q", "abc")
	wURL.RawQuery = q.Encode()