diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-18 11:47:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-18 11:47:01 +0900 |
| commit | 27d2914286495bf83b163172d5084a91222e7ed7 (patch) | |
| tree | cd1f66cb3808fb65364b13a7865401ff5bb070ec /internal/path.go | |
| parent | ea8f228af36b2c9ae9918f7760c3af4f1e21cfa2 (diff) | |
proc/priv/init: merge init into main program
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/path.go')
| -rw-r--r-- | internal/path.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/path.go b/internal/path.go index b6fbff0c..8c6a2e53 100644 --- a/internal/path.go +++ b/internal/path.go @@ -5,7 +5,6 @@ import "path" var ( Fortify = compPoison Fsu = compPoison - Finit = compPoison ) func Path(p string) (string, bool) { |
