aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2021-11-22 13:48:19 +0100
committerDimitri Sokolyuk <sokolyuk@gmail.com>2021-11-22 13:48:19 +0100
commit1f1942ec0a4e55b3488a1771475994253bfe9b9e (patch)
tree0963f3b306cf5fdb7846c88102a18c462d096387
parent172fe8ad99288d4a4976089955a75bd28f5da764 (diff)
Move
-rw-r--r--btree/btree.go (renamed from internal/btree/btree.go)0
-rw-r--r--hash/def.go (renamed from internal/hash/def.go)0
-rw-r--r--hash/func.go (renamed from internal/hash/func.go)0
-rw-r--r--hash/func_test.go (renamed from internal/hash/func_test.go)0
-rw-r--r--hash/hash.go (renamed from internal/hash/hash.go)0
-rw-r--r--hash/hash_test.go (renamed from internal/hash/hash_test.go)0
-rw-r--r--hash/log2.go (renamed from internal/hash/log2.go)0
-rw-r--r--hash/log2_test.go (renamed from internal/hash/log2_test.go)0
-rw-r--r--hash/page.go (renamed from internal/hash/page.go)0
-rw-r--r--hash/testdata/aliases.db (renamed from internal/hash/testdata/aliases.db)bin65536 -> 65536 bytes
-rw-r--r--recno/recno.go (renamed from internal/recno/recno.go)0
11 files changed, 0 insertions, 0 deletions
diff --git a/internal/btree/btree.go b/btree/btree.go
index 9936325..9936325 100644
--- a/internal/btree/btree.go
+++ b/btree/btree.go
diff --git a/internal/hash/def.go b/hash/def.go
index f84edeb..f84edeb 100644
--- a/internal/hash/def.go
+++ b/hash/def.go
diff --git a/internal/hash/func.go b/hash/func.go
index 41c4fd5..41c4fd5 100644
--- a/internal/hash/func.go
+++ b/hash/func.go
diff --git a/internal/hash/func_test.go b/hash/func_test.go
index 458b306..458b306 100644
--- a/internal/hash/func_test.go
+++ b/hash/func_test.go
diff --git a/internal/hash/hash.go b/hash/hash.go
index 861dd90..861dd90 100644
--- a/internal/hash/hash.go
+++ b/hash/hash.go
diff --git a/internal/hash/hash_test.go b/hash/hash_test.go
index da3a4a6..da3a4a6 100644
--- a/internal/hash/hash_test.go
+++ b/hash/hash_test.go
diff --git a/internal/hash/log2.go b/hash/log2.go
index 8ba79df..8ba79df 100644
--- a/internal/hash/log2.go
+++ b/hash/log2.go
diff --git a/internal/hash/log2_test.go b/hash/log2_test.go
index d5ff95b..d5ff95b 100644
--- a/internal/hash/log2_test.go
+++ b/hash/log2_test.go
diff --git a/internal/hash/page.go b/hash/page.go
index 1044f95..1044f95 100644
--- a/internal/hash/page.go
+++ b/hash/page.go
diff --git a/internal/hash/testdata/aliases.db b/hash/testdata/aliases.db
index 0fb69a5..0fb69a5 100644
--- a/internal/hash/testdata/aliases.db
+++ b/hash/testdata/aliases.db
Binary files differ
diff --git a/internal/recno/recno.go b/recno/recno.go
index 07a2050..07a2050 100644
--- a/internal/recno/recno.go
+++ b/recno/recno.go