mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
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)
|
|
}
|