-
-
Notifications
You must be signed in to change notification settings - Fork 147
Conversation
I like the renames. I also like the flexibility of adding interfaces to the Capture* methods, but think we shouldn't; there's a precedent out there right now from the other clients that So I'd say keep the renames and keep the rest as is. We could add Brilliant command of the language, by the way: |
This only adds complexity to the signature, there is no requirement that any interfaces are passed in: http://play.golang.org/p/9WjDUOnMF_ |
I'm still not totally for changing the signature - it looks to be spec'd by the client docs:
and the other clients seem to stick to that pretty closely. I'll leave the final call to you though. |
On second thought, I really do like that flexibility and we can demonstrate in the README it works as expected (like the clients + docs would leave you to believe). 👍 |
Haha. We're on top of one another. :) Still final call to you then. 😜 |
Cool, re-added it. I also rearranged the arguments of |
:squirrel: |
Add .travis.yml
What do you think @tylrtrmbl?