We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f423b3 commit 2aac65eCopy full SHA for 2aac65e
systray/systray.go
@@ -1,3 +1,4 @@
1
+//go:build windows
2
// +build windows
3
4
// Package systray is a cross-platform Go library to place an icon and menu in the notification area.
util/log.go
@@ -1,4 +1,5 @@
-//+build windows
+// +build windows
package util
5
util/mbox.go
util/setenv.go
util/winver.go
0 commit comments