add window guard

This commit is contained in:
2026-06-30 10:12:29 +07:00
parent e94a87cbd9
commit aaafa6ada9
13 changed files with 475 additions and 66 deletions

View File

@@ -0,0 +1,6 @@
//go:build !windows
package guard
func Start(onViolation func(reason string)) {}
func Stop() {}