Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save collinvandyck/921a9d39a82aba61c334 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/921a9d39a82aba61c334 to your computer and use it in GitHub Desktop.
query := req.URL.Query()
query.Set("user_id", 1)
req.URL.RawQuery = query.Encode()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment