internal: store fortify path in internal
All checks were successful
Test / Create distribution (push) Successful in 26s
Test / Fortify (push) Successful in 2m33s
Test / Data race detector (push) Successful in 3m20s
Test / Flake checks (push) Successful in 42s

This now makes more sense due to the changes in build system.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-26 12:03:25 +09:00
parent a5d2f040fb
commit 6d4ac3d9fd
3 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ package internal
import "path"
var (
Fsu = compPoison
Fsu = compPoison
Fortify = compPoison
)
func Path(p string) (string, bool) {