package main import "log" var ( ServiceKey = "Restful" ) func main() { log.Println("Hello Cli!") log.Println("Done!") }