moby--moby/pkg/testutil
Daehyeok Mun 6306019d0b 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
..
assert Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
cmd
golden Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
tempfile
pkg.go
utils.go Refactoring ineffectual assignments 2017-01-13 00:27:01 -07:00
utils_test.go