fhelp/install_darwin.go

13 lines
243 B
Go

package fhelp
// auto run protoc with the correct args
import (
"go.wit.com/log"
)
func osInstall(pkg string) error {
log.Info("todo: add instructions on macos to install", pkg)
return log.Errorf("user didn't install package %s", pkg)
}