1 Commits

Author SHA1 Message Date
21fce7918e add linux build tags to restrict compilation to linux targets 2025-02-13 16:49:49 -08:00
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 (