forked from security/hakurei
treewide: rename to hakurei
Fortify makes little sense for a container tool. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -3,7 +3,7 @@ package internal
|
||||
import (
|
||||
"os"
|
||||
|
||||
"git.gensokyo.uk/security/fortify/internal/fmsg"
|
||||
"git.gensokyo.uk/security/hakurei/internal/hlog"
|
||||
)
|
||||
|
||||
func Exit(code int) { fmsg.BeforeExit(); os.Exit(code) }
|
||||
func Exit(code int) { hlog.BeforeExit(); os.Exit(code) }
|
||||
|
||||
Reference in New Issue
Block a user