8 lines
89 B
Go
8 lines
89 B
Go
// +build macos
|
|
|
|
package platform
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.png
|
|
var Icon []byte
|