8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func mainCui() {
|
|
fmt.Println("Entering CUI Mode")
|
|
}
|