mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 11:06:31 +00:00
9 lines
99 B
Go
9 lines
99 B
Go
//go:build windows && gui
|
|
|
|
package platform
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.ico
|
|
var Icon []byte
|