var bufPool … // timeNow is a fake version of time.Now for tests. func timeNow() time.Time { … } func Log(w io.Writer, key, val string) { … } func ExamplePool() { … }
var bufPool … // timeNow is a fake version of time.Now for tests. func timeNow() time.Time { … } func Log(w io.Writer, key, val string) { … } func ExamplePool() { … }