mirror of https://github.com/grpc/grpc-go.git
add comment to dns package (#1545)
This commit is contained in:
parent
8214c28a62
commit
8843b88fac
|
|
@ -16,6 +16,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Package dns implements a dns resolver to be installed as the default resolver
|
||||
// in grpc.
|
||||
package dns
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue