DockerCLI/cli/config
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
..
configfile Automated migration 2018-03-05 19:41:17 -05:00
credentials Convert to assert.NilError 2018-03-06 15:27:34 -05:00
config.go Cleanup config load error handling 2018-03-06 13:44:06 -05:00
config_test.go Cleanup config load error handling 2018-03-06 13:44:06 -05:00