1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-16 09:48:28 +02:00

Merge pull request #75 from logeable/master

fix: wrong package name
This commit is contained in:
Tony
2019-05-06 16:14:46 +08:00
committed by GitHub
+1 -1
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",