Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c1c946

Browse files
committedDec 2, 2022
fix buildtag
1 parent 1cd0bd9 commit 4c1c946

7 files changed

+0
-7
lines changed
 

‎icon/icondarwin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
// File generated by 2goarray v0.1.0 (http://github.com/cratonica/2goarray)
54

‎icon/iconlinux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build linux
2-
// +build linux
32

43
// File generated by 2goarray v0.1.0 (http://github.com/cratonica/2goarray)
54

‎icon/iconwin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
// File generated by 2goarray v0.1.0 (http://github.com/cratonica/2goarray)
54

‎redirect_stderr_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// Log the panic under unix to the log file
1717

1818
//go:build !windows
19-
// +build !windows
2019

2120
package main
2221

‎redirect_stderr_win.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// https://play.golang.org/p/kLtct7lSUg
66

77
//go:build windows
8-
// +build windows
98

109
package main
1110

‎systray/systray_fake.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616
//go:build cli
17-
// +build cli
1817

1918
// Systray_fake gets compiled when the tag 'cli' is present. This is useful to build an agent without trayicon functionalities
2019
package systray

‎systray/systray_real.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616
//go:build !cli
17-
// +build !cli
1817

1918
// Systray_real gets compiled when the tag 'cli' is missing. This is the default case
2019

0 commit comments

Comments
 (0)
Please sign in to comment.