1 2 3 4 5 6 7
package fhelp // auto run protoc with the correct args func Install(pkg string) error { return osInstall(pkg) }