mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
10 lines
110 B
Go
10 lines
110 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package platform
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.ico
|
|
var Icon []byte
|