523a49ca3f
Use formatter in docker diff
...
Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com >
Upstream-commit: 6fd69bd855
Component: cli
2017-03-30 10:33:40 +03:00
8f6c4a1b5b
Manually reorganize import paths to segregate stdlib and 3rd-party packages
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: d26a23ceb8
Component: cli
2017-03-27 18:21:59 -07:00
25b1b9c3c2
Replace fmt.Errorf() with errors.Errorf() in the cli
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: e9d6193dfd
Component: cli
2017-03-24 16:58:07 -04:00
f820fb530f
Minor cleanups in cli/command/container
...
This change does some minor cleanups in the
cli/command/container package;
- sort imports
- replace `fmt.Fprintf()` with `fmt.Fprintln()` if no formatting is used
- replace `fmt.Errorf()` with `errors.New()` if no formatting is used
- remove some redundant `else`'s
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: f459796896
Component: cli
2016-12-26 01:33:25 +01:00
d11aa2f821
Clarify what docker diff shows
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: 606a16a07d
Component: cli
2016-12-20 17:03:11 -08:00
964a552e76
Move api/client -> cli/command
...
Using
gomvpkg
-from github.com/docker/docker/api/client
-to github.com/docker/docker/cli/command
-vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}'
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 3bd1eb4b76
Component: cli
2016-09-08 15:46:29 -04:00