package main import ( "log" menu "github.com/localhots/themenu" ) func main() { menu.Main() log.Println("Shut down") }