8 lines
91 B
Go
8 lines
91 B
Go
// +build windows
|
|
|
|
package platform
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.ico
|
|
var Icon []byte
|