Aditya Mukerjee
Aditya Mukerjee
I'm not particularly familiar with AppEngine, but I'm not sure why it's not able to find the import. The GOPATH shouldn't matter, since the file is in fact vendored. Searching...
There isn't at the moment - my time has been very limited the last month or so, but I'm happy to merge any patches to add this functionality.
Man, this is really funny - I hadn't noticed! The `Favorite` method is named after the `/favorites/create` endpoint (https://dev.twitter.com/rest/reference/post/favorites/create). Bizarrely, this method returns a JSON response containing a tweet with...
What's the token that it's choking on? I'm surprised that there's a token longer than `64 * 1024` bytes.
Thanks for adding! Not sure why the CI failed on tip - let's try this again.
Okay, mind rebasing this onto master? The tests should pass now.
Which is the endpoint you're using?
Thanks for restructuring this! I agree that it would be preferable for us to match the way gofmt is laid out. One thing that we want to be able to...
Oh, as for outputting the flag by default, the idea is that it makes it easier to use gojson from go generate. Is there a reason that omitting the package...