package cli import "log" func Cache() error { log.Println("running cache") log.Panicln("not implemented yet") return nil }