Skip to content

Commit

Permalink
rename linux-only files to _linux, and remove build-tag comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jan 14, 2023
1 parent 04a86f9 commit 2f31a04
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions constants.go → constants_linux.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build linux
// +build linux

package ipvs

const (
Expand Down
3 changes: 0 additions & 3 deletions ipvs.go → ipvs_linux.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build linux
// +build linux

package ipvs

import (
Expand Down
3 changes: 0 additions & 3 deletions ipvs_test.go → ipvs_linux_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build linux
// +build linux

package ipvs

import (
Expand Down
3 changes: 0 additions & 3 deletions netlink.go → netlink_linux.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build linux
// +build linux

package ipvs

import (
Expand Down
3 changes: 0 additions & 3 deletions netlink_test.go → netlink_linux_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build linux
// +build linux

package ipvs

import (
Expand Down

0 comments on commit 2f31a04

Please sign in to comment.