mirror of
https://github.com/nkanaev/yarr.git
synced 2025-11-05 01:00:39 +00:00
10 lines
106 B
Go
10 lines
106 B
Go
//go:build macos
|
|
// +build macos
|
|
|
|
package platform
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.png
|
|
var Icon []byte
|