Merge pull request #26809 from jchorl/master
Move /x/net/context to context in docker client README Upstream-commit: 2526ae37e98936451dcfb47b76bc851b9fabfb4a Component: engine
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user