mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-06 01:15:11 -06:00
9 lines
86 B
Go
9 lines
86 B
Go
package internal
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed resources/*.ico
|
|
Icons embed.FS
|
|
)
|