From 34dad4ac8f9ade706fdc9a00c87ad9984a4dcffa Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 16 Feb 2022 13:42:36 +0000 Subject: [PATCH] systray: fix build flag --- src/systray/systray.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systray/systray.go b/src/systray/systray.go index aa8068f..13d2717 100644 --- a/src/systray/systray.go +++ b/src/systray/systray.go @@ -1,4 +1,4 @@ -// +build darwin,windows +// +build darwin windows /* Package systray is a cross-platform Go library to place an icon and menu in the notification area.