From 24200adb8ab373582e1d66703e7c3db103945640 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Jan 2025 08:12:06 -0600 Subject: [PATCH] new package to put help things --- human.go | 2 +- protoc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/human.go b/human.go index 79780ee..61da744 100644 --- a/human.go +++ b/human.go @@ -1,4 +1,4 @@ -package main +package fhelp import ( "fmt" diff --git a/protoc.go b/protoc.go index e27bd2c..26f4ce3 100644 --- a/protoc.go +++ b/protoc.go @@ -1,4 +1,4 @@ -package main +package fhelp // auto run protoc with the correct args