DockerCLI/cli/compose/interpolation
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
..
interpolation.go Fix load order 2017-10-05 12:03:29 -04:00
interpolation_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00