diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-26 12:03:25 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-26 12:03:25 +0900 |
| commit | 6d4ac3d9fdf1cc44249bf90c89e6da56028fde4f (patch) | |
| tree | f261c7ecc9bcb3bbef5d5eb7922ff86b761c3a3a /internal/path.go | |
| parent | a5d2f040fb01588cc980c4577a4ba8fac01526f0 (diff) | |
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>
Diffstat (limited to 'internal/path.go')
| -rw-r--r-- | internal/path.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/path.go b/internal/path.go index 9f3e1cfc..97b0754c 100644 --- a/internal/path.go +++ b/internal/path.go @@ -3,7 +3,8 @@ package internal import "path" var ( - Fsu = compPoison + Fsu = compPoison + Fortify = compPoison ) func Path(p string) (string, bool) { |
