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