Files

8 lines
121 B
Go
Raw Permalink Normal View History

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