summaryrefslogtreecommitdiff
path: root/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'install.go')
-rw-r--r--install.go7
1 files changed, 7 insertions, 0 deletions
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)
+}