Versions in this module Expand all Collapse all v0 v0.1.0 Aug 7, 2026 Changes in this version + type Menu struct + Apps []*desktopentry.Entry + Comment string + DirectoryName string + Icon string + Name string + Submenus []*Menu + type Tree struct + Root *Menu + func Load() (*Tree, error) + func LoadWithDirs(menuFile string, appDirs, dirDirs, mergeDirs []string, current string) (*Tree, error)