Files
kematianc2/Kematian-Standalone/native/recovery/db/log.go
T

8 lines
113 B
Go
Raw Normal View History

2026-08-27 11:23:01 -06:00
package db
import "log"
func logf(format string, args ...interface{}) {
log.Printf("[db] "+format, args...)
}