move packages to src
This commit is contained in:
parent
d825ce9bdf
commit
3fac9bb1bd
71 changed files with 0 additions and 0 deletions
8
src/platform/icon_mac.go
Normal file
8
src/platform/icon_mac.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// +build macos
|
||||
|
||||
package platform
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed icon.png
|
||||
var Icon []byte
|
||||
Loading…
Add table
Add a link
Reference in a new issue