1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

fix: wrong package name

This commit is contained in:
logeable 2019-05-06 16:11:19 +08:00
parent e5fe1e4f63
commit 7c3272b98f

View File

@ -16,7 +16,7 @@ var toolIndexs = []*Tool{
Name: "protoc",
Alias: "kratos-protoc",
BuildTime: time.Date(2019, 5, 4, 0, 0, 0, 0, time.Local),
Install: "go get -u github.com/bilibili/kratos/tool/krotos-protoc",
Install: "go get -u github.com/bilibili/kratos/tool/kratos-protoc",
Summary: "快速方便生成pb.go的protoc封装,windows、Linux请先安装protoc工具",
Platform: []string{"darwin", "linux", "windows"},
Author: "kratos",