Fix lint in Unix environments

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2020-10-05 09:11:21 -07:00
parent d620c30d7e
commit 07c98d0bf1
50 changed files with 540 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
// +build !windows
// +build linux
/*
Copyright The containerd Authors.