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>
This commit is contained in:
2024-10-16 01:29:44 +09:00
parent 33cf0bed54
commit 0fd63e85e7
2 changed files with 74 additions and 0 deletions

2
internal/fmsg/fmsg.go Normal file
View File

@@ -0,0 +1,2 @@
// Package fmsg provides various functions for output messages.
package fmsg