fhelp/install.go

8 lines
115 B
Go

package fhelp
// auto run protoc with the correct args
func Install(pkg string) error {
return osInstall(pkg)
}