all: rename variables with lowercase-l/uppercase-I
See http://go/no-ell Signed-off-by: Alex Chan <alexc@tailscale.com> Updates #cleanup Change-Id: I8c976b51ce7a60f06315048b1920516129cc1d5d
This commit is contained in:
@@ -193,8 +193,8 @@ type logWriter struct {
|
||||
logger *log.Logger
|
||||
}
|
||||
|
||||
func (l logWriter) Write(buf []byte) (int, error) {
|
||||
l.logger.Printf("%s", buf)
|
||||
func (lg logWriter) Write(buf []byte) (int, error) {
|
||||
lg.logger.Printf("%s", buf)
|
||||
return len(buf), nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user