mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-14 18:30:04 +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
|