Files
kematianc2/Kematian-Standalone/native/recovery/browser/log.go
T
2026-08-27 11:23:01 -06:00

8 lines
123 B
Go

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