diff options
Diffstat (limited to 'install_darwin.go')
| -rw-r--r-- | install_darwin.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/install_darwin.go b/install_darwin.go new file mode 100644 index 0000000..ac97d4d --- /dev/null +++ b/install_darwin.go @@ -0,0 +1,12 @@ +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) +} |
