Make libpod/lock/shm completely Linux-only

If the tests are not Linux-only, (go test ./...) still tries
to build and test the package.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2020-03-21 00:10:59 +01:00
parent d48b0b5131
commit 8153ea358a

View File

@ -1,3 +1,5 @@
// +build linux
package shm package shm
import ( import (