diff --git a/pkg/watch/watcher_naive.go b/pkg/watch/watcher_naive.go index 101703a2..685bc4be 100644 --- a/pkg/watch/watcher_naive.go +++ b/pkg/watch/watcher_naive.go @@ -1,3 +1,4 @@ +//go:build !darwin // +build !darwin package watch diff --git a/pkg/watch/watcher_naive_test.go b/pkg/watch/watcher_naive_test.go index 5dab889c..53c917b8 100644 --- a/pkg/watch/watcher_naive_test.go +++ b/pkg/watch/watcher_naive_test.go @@ -1,3 +1,4 @@ +//go:build !darwin // +build !darwin package watch diff --git a/pkg/watch/watcher_windows.go b/pkg/watch/watcher_windows.go index 38538b66..6e05150c 100644 --- a/pkg/watch/watcher_windows.go +++ b/pkg/watch/watcher_windows.go @@ -1,3 +1,4 @@ +//go:build windows // +build windows package watch