diff --git a/naming/etcd/etcd.go b/naming/etcd/etcd.go index 4830ecb3..e9b60107 100644 --- a/naming/etcd/etcd.go +++ b/naming/etcd/etcd.go @@ -13,7 +13,7 @@ type kv struct { key, value string } -// recvBuffer is an unbounded channel of *kv. +// recvBuffer is an unbounded channel of *kv to record all the pending changes from etcd server. type recvBuffer struct { c chan *kv mu sync.Mutex