mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add deadcode linter
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
372670b507
commit
62c1f0ef41
21 changed files with 19 additions and 122 deletions
8
volume/validate_unix_test.go
Normal file
8
volume/validate_unix_test.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
// +build !windows
|
||||
|
||||
package volume
|
||||
|
||||
var (
|
||||
testDestinationPath = "/foo"
|
||||
testSourcePath = "/foo"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue