not implemented cache

This commit is contained in:
Hazel Noack 2025-07-16 12:09:33 +02:00
parent 5bce49eed4
commit f574a00a8f

View File

@ -4,5 +4,6 @@ import "log"
func Cache() error { func Cache() error {
log.Println("running cache") log.Println("running cache")
log.Panicln("not implemented yet")
return nil return nil
} }