move packages to src

This commit is contained in:
Nazar Kanaev
2021-02-26 13:39:30 +00:00
parent d825ce9bdf
commit 3fac9bb1bd
71 changed files with 0 additions and 0 deletions

8
src/platform/icon_mac.go Normal file
View File

@@ -0,0 +1,8 @@
// +build macos
package platform
import _ "embed"
//go:embed icon.png
var Icon []byte