google / subcommands

Go subcommand library.
Apache License 2.0
749 stars 48 forks source link

Q: go1.7 context #4

Closed runningmaster closed 7 years ago

runningmaster commented 8 years ago

Do you have some plan to use context from standard library for go1.7 ?

adjackura commented 8 years ago

It wasn't at the top of my list of things to do but yes, once 1.7 comes out it would make sense to move to using the version from the standard library so it can get passed to any new APIs using it.

kalyan02 commented 7 years ago

Just filed https://github.com/google/subcommands/pull/5 that fixes this.