diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-16 01:29:44 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-16 01:29:44 +0900 |
| commit | 0fd63e85e730d44abd488c892be377b332f5458e (patch) | |
| tree | 715045b4395ab3206071b845039581f2c4a2a14d /internal/fmsg/fmsg.go | |
| parent | 33cf0bed540a9b2c439bdca4869af8faf9f52cf4 (diff) | |
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 <cat@ophivana.moe>
Diffstat (limited to 'internal/fmsg/fmsg.go')
| -rw-r--r-- | internal/fmsg/fmsg.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
