diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-17 01:56:44 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-17 01:58:20 +0200 |
| commit | bcc71c92fd6f24cad75b713b6de0da8989c48b70 (patch) | |
| tree | f541634b57295d4bf216bce7359142708d42ac8b /paths | |
| parent | f5807d9f3a6c96e70912b61fac17120f412b5782 (diff) | |
fix existing tests and import loop
Diffstat (limited to 'paths')
| -rw-r--r-- | paths/roots.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/paths/roots.go b/paths/roots.go new file mode 100644 index 0000000..8765e96 --- /dev/null +++ b/paths/roots.go @@ -0,0 +1,21 @@ +package paths + +var Roots = []string{ + + // current name + ".pik", + "_pik", + + // program names from a previous life + ".godo", + "_godo", + ".pik", + "_uwu", + + //utility + ".bin", + "_bin", + "tasks", + ".tasks", + "_tasks", +} |
