mirror of
https://github.com/nkanaev/yarr.git
synced 2025-11-07 01:50:38 +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
|