revert changes

This commit is contained in:
anqiansong
2021-09-11 20:57:58 +08:00
parent f0ed2370a3
commit ded22e296e
7 changed files with 83 additions and 106 deletions

View File

@@ -58,6 +58,9 @@ func prepare() error {
if _, err := env.LookUpProtoc(); err != nil {
return err
}
if _, err := env.LookUpProtocGenGo(); err != nil {
return err
}
return nil
}