Skip to content

Instantly share code, notes, and snippets.

@bwiggs
Created October 21, 2014 03:23
Show Gist options
  • Save bwiggs/b271ad4b3b3f16682663 to your computer and use it in GitHub Desktop.
Save bwiggs/b271ad4b3b3f16682663 to your computer and use it in GitHub Desktop.
params := url.Values{
"Condition": []string{"New"},
"Operation": []string{"ItemSearch"},
"SearchIndex": []string{"Books"},
"Title": []string{"ruby microscope"},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment