log: fix example (fix build)

R=golang-dev
CC=golang-dev
https://golang.org/cl/43780043
This commit is contained in:
Andrew Gerrand 2013-12-18 17:25:23 +11:00
parent 8c530becaf
commit 9f2b2dfa86

View file

@ -17,5 +17,5 @@ func ExampleLogger() {
fmt.Print(&buf)
// Output:
// logger: example_test.go:15: Hello, log file!
// logger: example_test.go:16: Hello, log file!
}