package cli import "log" func Start() error { log.Println("starting server") return nil }