Files
docker-cli/cli/command/service
Sebastiaan van Stijn 648199b321 cli/command/service: Using a reference for the variable on range scope entry (scopelint)
```
cli/command/service/update.go:1007:43: Using a reference for the variable on range scope `entry` (scopelint)
		if _, ok := portSet[portConfigToString(&entry)]; !ok {
		                                        ^
cli/command/service/update.go:1008:32: Using a reference for the variable on range scope `entry` (scopelint)
			portSet[portConfigToString(&entry)] = entry
			                            ^
cli/command/service/update.go:1034:44: Using a reference for the variable on range scope `port` (scopelint)
			if _, ok := portSet[portConfigToString(&port)]; ok {
			                                        ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-29 14:59:12 +01:00
..
2018-06-08 18:24:26 +02:00
2019-04-12 11:17:34 -05:00
2019-03-19 13:33:32 +01:00
2018-10-23 17:05:44 +02:00
2018-06-08 18:24:26 +02:00
2018-05-11 16:49:43 -07:00
2019-04-13 17:51:15 +02:00
2019-04-12 11:17:34 -05:00
2018-06-08 18:24:26 +02:00
2018-05-11 16:49:43 -07:00
2018-06-08 18:24:26 +02:00
2017-10-25 14:49:26 -04:00
2018-05-11 16:49:43 -07:00
2018-05-11 16:49:43 -07:00
2019-04-12 11:17:34 -05:00