10 lines
171 B
Go
10 lines
171 B
Go
//go:build !windows && !darwin && !linux
|
|
|
|
package guard
|
|
|
|
import "time"
|
|
|
|
func Start(onViolation func(reason string)) {}
|
|
func Stop() {}
|
|
func SuppressFor(_ time.Duration) {}
|