mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
9 lines
194 B
Go
9 lines
194 B
Go
//go:build !linux
|
|
|
|
package landlock
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
// NewLandlockProbeCommand returns nil on non-Linux platforms.
|
|
func NewLandlockProbeCommand() *cobra.Command { return nil }
|