Update imports.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-04-17 18:07:56 -04:00
parent f2559aa2e0
commit 10641c2aae
197 changed files with 434 additions and 434 deletions

View File

@ -12,7 +12,7 @@ import (
"fmt"
"github.com/docker/docker/api/types"
"github.com/docker/docker/client"
"github.com/docker/cli/client"
)
func main() {
@ -32,4 +32,4 @@ func main() {
}
```
[Full documentation is available on GoDoc.](https://godoc.org/github.com/docker/docker/client)
[Full documentation is available on GoDoc.](https://godoc.org/github.com/docker/cli/client)

View File

@ -23,7 +23,7 @@ For example, to list running containers (the equivalent of "docker ps"):
"fmt"
"github.com/docker/docker/api/types"
"github.com/docker/docker/client"
"github.com/docker/cli/client"
)
func main() {