Skip to content

Commit

Permalink
fixup go build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BapiGso committed Oct 31, 2024
1 parent d3e84c5 commit 9c66c32
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions core/firewall/handler.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// core/firewall/handler.go
//go:build linux
// +build linux

package firewall

Expand Down
2 changes: 0 additions & 2 deletions core/firewall/nftables.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// core/firewall/nftables.go
//go:build linux
// +build linux

package firewall

Expand Down
2 changes: 0 additions & 2 deletions core/firewall/unavailable.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// core/firewall/unavailable.go
//go:build !linux
// +build !linux

package firewall

Expand Down
2 changes: 0 additions & 2 deletions core/security/restart_linux.go → core/security/restart.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// core/security/restart.go
//go:build linux
// +build linux

package security

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// core/security/restart.go
//go:build !linux
// +build !linux

package security

Expand Down

0 comments on commit 9c66c32

Please sign in to comment.