internal: store fortify path in internal
This now makes more sense due to the changes in build system. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -3,7 +3,8 @@ package internal
|
||||
import "path"
|
||||
|
||||
var (
|
||||
Fsu = compPoison
|
||||
Fsu = compPoison
|
||||
Fortify = compPoison
|
||||
)
|
||||
|
||||
func Path(p string) (string, bool) {
|
||||
|
||||
Reference in New Issue
Block a user