package resources import ( _ "embed" ) var ( //go:embed hero.png Hero_png []byte //go:embed grass.png Grass_png []byte )