[skip e2e] Refine rootcoord comment (#14447)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/14463/head
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
1 changed files with 1 additions and 1 deletions

View File

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