diff options
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ func CheckProtoc() bool { userInstructions() switch runtime.GOOS { case "linux": - linuxInstall("protoc") + Install("protoc") case "macos": log.Info("todo: print instructions here for installing protoc on macos. brew install?") case "windows": @@ -32,7 +32,7 @@ func CheckProtoc() bool { userInstructions() switch runtime.GOOS { case "linux": - linuxInstall("protoc-gen-go") + Install("protoc-gen-go") case "macos": log.Info("todo: print instructions here for installing protoc on macos. brew install?") case "windows": |
