2025-07-16 11:09:18 +02:00

9 lines
92 B
Go

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