This commit is contained in:
Gregory Eremin
2019-06-17 00:40:41 +02:00
parent 8e194e278c
commit 5fbc39f4a2
9 changed files with 278 additions and 135 deletions
+12
View File
@@ -0,0 +1,12 @@
package main
import (
"log"
menu "github.com/localhots/themenu"
)
func main() {
menu.Main()
log.Println("Shut down")
}