diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-26 12:48:48 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-26 12:48:48 +0900 |
| commit | bf8094c6cad12926e65aaa78d02ef414d3ece3da (patch) | |
| tree | e027a02ab0da911a3b29600d4a2fb432311dd892 /internal/path.go | |
| parent | 2e3bb1893ed646426a0d38d8e9a2b9089bf632d0 (diff) | |
internal: include path to fortify main program
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/path.go')
| -rw-r--r-- | internal/path.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/path.go b/internal/path.go index 51388536..b6fbff0c 100644 --- a/internal/path.go +++ b/internal/path.go @@ -3,8 +3,9 @@ package internal import "path" var ( - Fsu = compPoison - Finit = compPoison + Fortify = compPoison + Fsu = compPoison + Finit = compPoison ) func Path(p string) (string, bool) { |
