[skip e2e] Refine rootcoord comment (#14447)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-12-28 19:47:21 +08:00 committed by GitHub
parent 33b68a11fd
commit 2faf35707e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ type Core struct {
// --------------------- function -------------------------- // --------------------- function --------------------------
// NewCore create rootcoord core // NewCore creates a new rootcoord core
func NewCore(c context.Context, factory ms.Factory) (*Core, error) { func NewCore(c context.Context, factory ms.Factory) (*Core, error) {
ctx, cancel := context.WithCancel(c) ctx, cancel := context.WithCancel(c)
rand.Seed(time.Now().UnixNano()) rand.Seed(time.Now().UnixNano())