mirror of https://github.com/grpc/grpc-go.git
move log to grpclog
This commit is contained in:
parent
101c1e1935
commit
77e94abaae
|
|
@ -34,7 +34,7 @@
|
|||
/*
|
||||
Package log defines logging for grpc.
|
||||
*/
|
||||
package log // import "google.golang.org/grpc/log"
|
||||
package grpclog // import "google.golang.org/grpc/grpclog"
|
||||
|
||||
import (
|
||||
"log"
|
||||
Loading…
Reference in New Issue