Skip to content

Commit

Permalink
*: rm redundant linux build tag
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kolyshkin authored and thaJeztah committed Jul 24, 2024
1 parent b742432 commit db243e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user/userns/userns_linux_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build linux

package userns

import (
Expand Down

0 comments on commit db243e2

Please sign in to comment.