]> Cypherpunks repositories - gostls13.git/commit
runtime: rename dlogger to dloggerImpl
authorAustin Clements <austin@google.com>
Tue, 23 Jul 2024 19:11:14 +0000 (15:11 -0400)
committerAustin Clements <austin@google.com>
Tue, 30 Jul 2024 13:10:52 +0000 (13:10 +0000)
commiteb6743d9d7dd48f785e48b1967f405658a6444d7
treecad1149e108795cb96373ee467dc0dde20a3d313
parent8b51146c698bcfcc2c2b73fa9390db5230f2ce0a
runtime: rename dlogger to dloggerImpl

This is a mechanical change, other than adding the type alias for dlogger.

This is a step in preparing us to make debuglog testable without the
debuglog build tag.

Change-Id: Ief12f0eaf5db98a8b006c759fd325dabcc9a52d4
Reviewed-on: https://go-review.googlesource.com/c/go/+/600695
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/debuglog.go
src/runtime/debuglog_off.go
src/runtime/debuglog_on.go
src/runtime/export_debuglog_test.go