1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
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
..
auth.go fix infinite recursion 2016-11-18 10:57:50 -02:00
auth_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
config.go support registry mirror config reload 2017-01-04 11:04:00 +08:00
config_test.go support registry mirror config reload 2017-01-04 11:04:00 +08:00
config_unix.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
config_windows.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
endpoint_test.go
endpoint_v1.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
registry.go Use system ca pool from tlsconfig 2016-10-31 14:52:07 -07:00
registry_mock_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
registry_test.go support registry mirror config reload 2017-01-04 11:04:00 +08:00
service.go support registry mirror config reload 2017-01-04 11:04:00 +08:00
service_v1.go Disable v1 protocol for the default registry 2016-11-11 00:23:25 -08:00
service_v1_test.go Disable v1 protocol for the default registry 2016-11-11 00:23:25 -08:00
service_v2.go Disable v1 protocol for the default registry 2016-11-11 00:23:25 -08:00
session.go Refactoring ineffectual assignments 2017-01-13 00:27:01 -07:00
types.go Remove unuse slice in registry 2016-12-16 00:51:10 +08:00