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.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install.go (limited to 'install.go') diff --git a/install.go b/install.go new file mode 100644 index 0000000..f9199dc --- /dev/null +++ b/install.go @@ -0,0 +1,7 @@ +package fhelp + +// auto run protoc with the correct args + +func Install(pkg string) error { + return osInstall(pkg) +} -- cgit v1.2.3