summaryrefslogtreecommitdiff
path: root/install.go
blob: f9199dc249a75cbec3475e90003e7af416ec30f5 (plain)
1
2
3
4
5
6
7
package fhelp

// auto run protoc with the correct args

func Install(pkg string) error {
	return osInstall(pkg)
}