add linux build tags to restrict compilation to linux targets

This commit is contained in:
2025-02-13 16:49:49 -08:00
parent 54f4f7a235
commit 21fce7918e
5 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
//go:build linux
package systemctl
import (

View File

@@ -1,3 +1,5 @@
//go:build linux
package systemctl
import (

View File

@@ -1,3 +1,5 @@
//go:build linux
package systemctl
type Options struct {

View File

@@ -1,3 +1,5 @@
//go:build linux
package systemctl
import (

View File

@@ -1,3 +1,5 @@
//go:build linux
package systemctl
import (