mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 17:44:05 +08:00
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()}}) }
|