From 0fd63e85e730d44abd488c892be377b332f5458e Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 16 Oct 2024 01:29:44 +0900 Subject: fmsg/errors: isolate app/error into a separate package These functions are not in any way specific to the app package. Signed-off-by: Ophestra Umiker --- internal/fmsg/fmsg.go | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 internal/fmsg/fmsg.go (limited to 'internal/fmsg/fmsg.go') diff --git a/internal/fmsg/fmsg.go b/internal/fmsg/fmsg.go new file mode 100644 index 00000000..40d34108 --- /dev/null +++ b/internal/fmsg/fmsg.go @@ -0,0 +1,2 @@ +// Package fmsg provides various functions for output messages. +package fmsg -- cgit v1.3.1