diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-02 20:42:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-02 20:42:51 +0900 |
| commit | eb22a8bcc1ac03357d4073e5d3ed6d0ab5246a37 (patch) | |
| tree | d27d1f724a18bb47bf48816a444dccac28b5248c /internal/app/instance/errors.go | |
| parent | 31aef905fa819310ee7694775a836c294ff742e4 (diff) | |
cmd/hakurei: move to cmd
Having it at the project root never made sense since the "ego" name was deprecated. This change finally addresses it.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/instance/errors.go')
| -rw-r--r-- | internal/app/instance/errors.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/internal/app/instance/errors.go b/internal/app/instance/errors.go deleted file mode 100644 index 51d9cdbf..00000000 --- a/internal/app/instance/errors.go +++ /dev/null @@ -1,17 +0,0 @@ -package instance - -import ( - "syscall" - - "git.gensokyo.uk/security/hakurei/internal/app" - "git.gensokyo.uk/security/hakurei/internal/app/internal/setuid" -) - -func PrintRunStateErr(whence int, rs *app.RunState, runErr error) (code int) { - switch whence { - case ISetuid: - return setuid.PrintRunStateErr(rs, runErr) - default: - panic(syscall.EINVAL) - } -} |
