7 lines
98 B
Go
7 lines
98 B
Go
//go:build !windows
|
|
|
|
package guard
|
|
|
|
func Start(onViolation func(reason string)) {}
|
|
func Stop() {}
|