First off, I am really loving Go overall. I probably did what many do and started out with less Context use and now it is becoming a standard for a few tiers which I see was in a blog somewhere from Google as well. What I haven't been able to find is if there has ever been a conversation on making it implicit vs. explicitly passed in method calls. In java you can do this to grab, set a context variable and then pull it a few steps down the request cycle without explicitly adding it to method signatures in between. Is there a specific reason it is not implicit (e.g. readability or other) or just a conversation that hasn't happened yet? Should it be a feature request to minimize its use to only those areas it is really needed?
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.