forked from x/icebergs
8 lines
158 B
Go
8 lines
158 B
Go
package macos
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
const MENU = "menu"
|
|
|
|
func init() { Index.MergeCommands(ice.Commands{MENU: {Actions: CmdHashAction()}}) }
|