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