Files
docker-cli/cli/command/service
Sebastiaan van Stijn 8d64c2af1a cli/command/service: SA1012: do not pass a nil Context (staticcheck)
```
cli/command/service/update_test.go:31:16: SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
	updateService(nil, nil, flags, spec)
	              ^
cli/command/service/update_test.go:535:16: SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
	updateService(nil, nil, flags, spec)
	              ^
cli/command/service/update_test.go:540:16: SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
	updateService(nil, nil, flags, spec)
	              ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-31 19:22:27 +01:00
..
2018-06-08 18:24:26 +02:00
2019-04-12 11:17:34 -05:00
2018-10-23 17:05:44 +02:00
2019-10-29 15:49:35 +01:00
2018-05-11 16:49:43 -07:00
2019-10-31 19:22:16 +01: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