Skip to content

Instantly share code, notes, and snippets.

View gieart87's full-sized avatar

Sugiarto gieart87

View GitHub Profile
@gieart87
gieart87 / gist:94e790f0c643dc42363269fb48491df6
Created April 12, 2020 16:28
Protoc Gen Problem: Please specify a program using absolute path or make sure the program is available in your PATH system variable --go_out:
Problem:
protoc-gen-go: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
--go_out: protoc-gen-go: Plugin failed with status code 1.
Solution:
export PATH=$PATH:$HOME/go/bin
export PATH=$PATH:/usr/local/go/bin