DockerCLI/command/plugin
Daehyeok Mun 266900235c Refactoring ineffectual assignments
This patch fixed below 4 types of code line
1. Remove unnecessary variable assignment
2. Use variables declaration instead of explicit initial zero value
3. Change variable name to underbar when variable not used
4. Add erro check and return for ignored error

Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
2017-01-13 00:27:01 -07:00
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
create.go Refactoring ineffectual assignments 2017-01-13 00:27:01 -07:00
disable.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
enable.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
inspect.go Fix usage message of `plugin inspect` 2016-12-31 09:55:04 -08:00
install.go Support for docker content trust for plugins 2016-12-27 12:51:00 -08:00
list.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
push.go Support for docker content trust for plugins 2016-12-27 12:51:00 -08:00
remove.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
set.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00