moby--moby/pkg/tailfile
Sebastiaan van Stijn 744f1c261c
Remove unused functions, variables, fields
opts/env_test: suppress a linter warning

this one:

> opts/env_test.go:95:4: U1000: field `err` is unused (unused)
> 			err      error
>			^

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:12 +02:00
..
tailfile.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
tailfile_test.go Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00