diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-04 12:32:14 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-04 12:32:14 +0900 |
| commit | 88abcbe0b2379b98fdf62a54432fd12aca752d3a (patch) | |
| tree | f05056eca3b77702295e76e97fc0b0cdd1aeaa23 /internal/path.go | |
| parent | af15b1c048e97c092f7a5eeb30f20d13cd972486 (diff) | |
cmd/fsu: remove import of internal package
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
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 1332276e..3bc28216 100644 --- a/internal/path.go +++ b/internal/path.go @@ -3,7 +3,6 @@ package internal import "path" var ( - Fmain = compPoison Fsu = compPoison Fshim = compPoison Finit = compPoison |
