Skip to content

Commit 4c1c946

Browse files
committed
fix buildtag
1 parent 1cd0bd9 commit 4c1c946

7 files changed

+0
-7
lines changed

icon/icondarwin.go

-1
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

-1
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

-1
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

-1
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

-1
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

-1
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

-1
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)