mirror of https://github.com/grpc/grpc-go.git
go tool vet again
This commit is contained in:
parent
45907c27fa
commit
97fb58a27f
|
@ -23,7 +23,7 @@ var DefaultKParams = Params{
|
|||
KNoStream: false,
|
||||
}
|
||||
|
||||
// MU is a mutex to protect Enabled variable
|
||||
// Mu is a mutex to protect Enabled variable
|
||||
var Mu = sync.Mutex{}
|
||||
|
||||
// Enabled is a knob used to turn keepalive on or off
|
||||
|
|
Loading…
Reference in New Issue