DockerCLI/templates
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
..
templates.go Sort component details in template 2017-12-07 02:04:10 +01:00
templates_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00