add window guard
This commit is contained in:
6
client/internal/guard/guard_other.go
Normal file
6
client/internal/guard/guard_other.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build !windows
|
||||
|
||||
package guard
|
||||
|
||||
func Start(onViolation func(reason string)) {}
|
||||
func Stop() {}
|
||||
Reference in New Issue
Block a user