1
0
mirror of https://github.com/opencontainers/runc.git synced 2025-07-30 17:43:06 +03:00

*: rm redundant linux build tag

For files that end with _linux.go or _linux_test.go, there is no need to
specify linux build tag, as it is assumed from the file name.

In addition, rename libcontainer/notify_linux_v2.go -> libcontainer/notify_v2_linux.go
for the file name to make sense.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-08-26 17:34:16 -07:00
parent 3c7db3827c
commit 9ff64c3d97
25 changed files with 3 additions and 47 deletions

View File

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