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

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
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

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
)