Files

8 lines
125 B
Go
Raw Permalink Normal View History

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