Files
Kematian-Standalone/native/recovery/db/log.go
T
2026-08-27 11:21:43 -06:00

8 lines
113 B
Go

package db
import "log"
func logf(format string, args ...interface{}) {
log.Printf("[db] "+format, args...)
}