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 Update trustedCmd to be compatible with testutil/cmd 2017-01-09 11:07:05 +01:00
golden Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
tempfile Move utils.TestDirectory to pkg/testutil/tempfile 2016-12-12 09:28:32 +01:00
pkg.go Add some tests for bundlefile and improve the error messages for LoadFile 2016-06-16 18:18:25 -04:00
utils.go Refactoring ineffectual assignments 2017-01-13 00:27:01 -07:00
utils_test.go Remove pkg/integration and move it to testutil or integration-cli 2016-12-30 18:26:34 +01:00