]> Cypherpunks repositories - gostls13.git/commit
log: add global Output function
authorRob Pike <r@golang.org>
Mon, 12 Jan 2015 03:30:10 +0000 (14:30 +1100)
committerRob Pike <r@golang.org>
Mon, 12 Jan 2015 04:45:38 +0000 (04:45 +0000)
commit86fdcbedbcb868f7f2e8274d2b50f0ea34043c47
tree99ce60b45ef80b2c6105c550393fa8434ae42651
parentfcff3ba740ed6638cece4dea8478bd1dfb2411bf
log: add global Output function

It was just an oversight that this one method of Logger was not
made available for the standard (std) Logger.

Fixes #9183

Change-Id: I2f251becdb0bae459212d09ea0e5e88774d16dea
Reviewed-on: https://go-review.googlesource.com/2686
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/log/log.go