• Miek Gieben's avatar
    Don't use standard lib context package (#1468) · f91cb610
    Miek Gieben authored
    With Go 1.9 you *can* include the std lib's context package and nothing
    breaks. However we never officially made the move (and grpc also doesn't
    ues the std lib's one).
    
    Standardize all plugins on using the extern context package.
    
    Fixes #1466
    f91cb610
google.go 4.9 KB