]> Cypherpunks.ru repositories - gostls13.git/commit
log: make Default doc comment consistent with package doc
authorRodolfo Carvalho <rhcarvalho@gmail.com>
Thu, 26 Nov 2020 16:01:35 +0000 (17:01 +0100)
committerIan Lance Taylor <iant@golang.org>
Thu, 26 Nov 2020 21:10:09 +0000 (21:10 +0000)
commit926994fd7cf65b2703552686965fb05569699897
tree9efea3eafb6d7925018f44d8484c2e369fb0210d
parentf0ff6d4a67ec9a956aa655d487543da034cf576b
log: make Default doc comment consistent with package doc

None of the other, older, doc comments use the '*Logger' form, and while
'Logger' and 'logger' are both used in the package doc comment, the
common term used with the intended meaning is 'standard logger', which
appears another eleven times in doc comments.

Change-Id: I089103198fc82390517615eb27bbe7ef77107d34
Reviewed-on: https://go-review.googlesource.com/c/go/+/273486
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Ian Lance Taylor <iant@golang.org>
src/log/log.go