internal: include path to fortify main program
All checks were successful
Tests / Go tests (push) Successful in 36s
Nix / NixOS tests (push) Successful in 4m6s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2024-12-26 12:48:48 +09:00
parent 2e3bb1893e
commit bf8094c6ca
3 changed files with 5 additions and 2 deletions

View File

@@ -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) {