func log()

in tools/releaser/main.go [64:66]


func log(msg string, format ...any) {
	fmt.Fprintf(flag.CommandLine.Output(), msg+"\n", format...)
}