From cc5db9ba7ea3d4b636ea2870fe0a3f3decaa9177 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Aug 2025 17:19:53 -0500 Subject: attempt to fix macos build --- install_darwin.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install_darwin.go (limited to 'install_darwin.go') 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) +} -- cgit v1.2.3