Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: deprecate 'golang.org/x/net/context' #8511

Merged
merged 5 commits into from
Sep 8, 2017
Merged

*: deprecate 'golang.org/x/net/context' #8511

merged 5 commits into from
Sep 8, 2017

Commits on Sep 7, 2017

  1. *: replace 'golang.org/x/net/context' with 'context'

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    f65aee0 View commit details
    Browse the repository at this point in the history
  2. vendor: upgrade 'golang.org/x/net' with type alias

    Use Go 1.9 type alias.
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    887a058 View commit details
    Browse the repository at this point in the history
  3. README: require Go 1.9+

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    9d12ba2 View commit details
    Browse the repository at this point in the history
  4. *: fix leaky context creation with cancel

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    9a726b4 View commit details
    Browse the repository at this point in the history
  5. test: mask 'nil Context' for staticcheck

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    24498ea View commit details
    Browse the repository at this point in the history