[skip-ci]Fix golint in flow_graph_message.go (#8463)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/8491/head
XuanYang-cn 2021-09-24 20:46:04 +08:00 committed by GitHub
parent 2539dd4593
commit e4f0d4bab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ import (
)
type (
Msg = flowgraph.Msg
// Msg is flowgraph.Msg
Msg = flowgraph.Msg
// MsgStreamMsg is flowgraph.MsgStreamMsg
MsgStreamMsg = flowgraph.MsgStreamMsg
)