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

8 lines
123 B
Go

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