go/src/sync/example_pool_test.go

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() {}