mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
a8a074162f
Signed-off-by: longjiquan <jiquan.long@zilliz.com> Signed-off-by: longjiquan <jiquan.long@zilliz.com>
12 lines
134 B
Go
12 lines
134 B
Go
package main
|
|
|
|
import (
|
|
"os"
|
|
|
|
"github.com/milvus-io/milvus/cmd/tools/migration/command"
|
|
)
|
|
|
|
func main() {
|
|
command.Execute(os.Args)
|
|
}
|