mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-14 02:10:04 +00:00
9 lines
98 B
Go
9 lines
98 B
Go
//go:build darwin && gui
|
|
|
|
package platform
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.png
|
|
var Icon []byte
|