change error handling

This commit is contained in:
2025-03-16 19:24:56 +09:00
parent 1d6e9258f9
commit f9b6c39353
4 changed files with 15 additions and 11 deletions

View File

@@ -2,4 +2,5 @@ package output
type OutputInterface interface {
Write(string) error
GetName() string
}