DockerCLI/cli
Daniel Nephin baf65a5502 Convert to assert.NilError
Using:

  git grep -l '^\s\+assert\.Check(t, err)$' | \
    xargs sed -i -e 's/^\(\s\+assert\)\.Check(t, err)$/\1.NilError(t, err)/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 15:27:34 -05:00
..
command Convert to assert.NilError 2018-03-06 15:27:34 -05:00
compose Convert to assert.NilError 2018-03-06 15:27:34 -05:00
config Convert to assert.NilError 2018-03-06 15:27:34 -05:00
debug updated vendoring 2017-09-01 19:41:06 -04:00
flags Convert to assert.NilError 2018-03-06 15:27:34 -05:00
manifest Post migration fixes 2018-03-05 19:41:17 -05:00
registry/client add manifest command 2018-01-08 10:43:56 -06:00
trust Convert to assert.NilError 2018-03-06 15:27:34 -05:00
winresources Add windows resources to binary. 2017-05-15 18:03:03 -04:00
cobra.go Hide help flag from help output. 2017-10-26 12:17:50 -04:00
error.go Import docker/docker/cli 2017-04-17 17:40:59 -04:00
required.go Singularize / pluralize "argument(s)" in error message 2017-08-12 18:25:38 +02:00
required_test.go Post migration fixes 2018-03-05 19:41:17 -05:00
version.go Fix grammar typo in comment 2018-02-28 11:29:40 -05:00