Files
docker-cli/command
Sebastiaan van Stijn f459796896 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>
2016-12-26 01:33:25 +01:00
..
2016-12-12 09:34:03 +01:00
2016-11-08 16:17:15 -08:00
2016-12-12 09:34:03 +01:00
2016-10-25 06:43:54 +00:00
2016-12-20 21:05:19 +08:00
2016-12-16 12:27:31 -05:00
2016-09-19 10:34:31 -07:00
2016-12-09 14:27:53 -08:00