diff options
| author | Charlie Stanton <charlie@shtanton.xyz> | 2024-03-29 09:49:26 +0000 |
|---|---|---|
| committer | Charlie Stanton <charlie@shtanton.xyz> | 2024-03-29 09:49:26 +0000 |
| commit | 080a24e894f125d4f1741cfdcba7cb722304d209 (patch) | |
| tree | 78c12af110a8a239b6a3b1f828e4f193fcb8cd32 /subex/subexstate_test.go | |
| parent | 510a8c95ce112617c33f8dfb865e752db0716cb1 (diff) | |
| download | stred-go-080a24e894f125d4f1741cfdcba7cb722304d209.tar | |
Completely remove the path space
The new design uses deeply nested values in the value space instead.
Diffstat (limited to 'subex/subexstate_test.go')
| -rw-r--r-- | subex/subexstate_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/subex/subexstate_test.go b/subex/subexstate_test.go deleted file mode 100644 index 4eb8969..0000000 --- a/subex/subexstate_test.go +++ /dev/null @@ -1,4 +0,0 @@ -package subex - -import ( -) |
