DockerCLI/cli/compose/template
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
..
template.go fix the error message in Substitute function 2018-02-26 15:29:17 -05:00
template_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00