vendor/golang.org/x/net/context/go17.go
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
child 260 445e01aede7e
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 // Copyright 2016 The Go Authors. All rights reserved.
     1 // Copyright 2016 The Go Authors. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
       
     5 //go:build go1.7
     5 // +build go1.7
     6 // +build go1.7
     6 
     7 
     7 package context
     8 package context
     8 
     9 
     9 import (
    10 import (