Skip to content

Commit

Permalink
remove build tag and use file suffix for conditional build
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Oct 27, 2023
1 parent 072f65d commit 708114a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions icon/iconlinux.go → icon/icon_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build linux

package icon

import _ "embed" // import embed to embed the icon
Expand Down
2 changes: 0 additions & 2 deletions icon/iconwin.go → icon/icon_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build windows

package icon

import _ "embed" // import embed to embed the icon
Expand Down

0 comments on commit 708114a

Please sign in to comment.