Created
October 21, 2014 03:23
-
-
Save bwiggs/b271ad4b3b3f16682663 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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