Merge pull request #26809 from jchorl/master
Move /x/net/context to context in docker client README
This commit is contained in:
commit
2526ae37e9
1 changed files with 1 additions and 1 deletions
|
@ -11,10 +11,10 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"context"
|
||||
|
||||
"github.com/docker/docker/client"
|
||||
"github.com/docker/docker/api/types"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue