summaryrefslogtreecommitdiff
path: root/notify/notify_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'notify/notify_other.go')
-rw-r--r--notify/notify_other.go17
1 files changed, 4 insertions, 13 deletions
diff --git a/notify/notify_other.go b/notify/notify_other.go
index 6ffec89..7fc618b 100644
--- a/notify/notify_other.go
+++ b/notify/notify_other.go
@@ -12,19 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-//go:build !linux
-// +build !linux
+//go:build !linux && !windows
package notify
-func notifyReadiness() error {
- return nil
-}
-
-func notifyReloading() error {
- return nil
-}
-
-func notifyStopping() error {
- return nil
-}
+func notifyReadiness() error { return nil }
+func notifyReloading() error { return nil }
+func notifyStopping() error { return nil }