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

8 lines
125 B
Go
Raw Normal View History

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