package main import "fmt" func mainCui() { fmt.Println("Entering CUI Mode") }