From a7fca81477e847e482579b00b020ee8843c12ce5 Mon Sep 17 00:00:00 2001 From: Sylvain Rabot Date: Fri, 24 Nov 2023 09:52:48 +0100 Subject: [PATCH] Rename module to sylr.dev/btree Signed-off-by: Sylvain Rabot --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 022558d..d3ffc62 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees. -See http://godoc.org/github.com/sylr/btree for documentation. +See http://godoc.org/sylr.dev/btree for documentation. ## Fork disclaimer -`github.com/sylr/btree` is a fork of [`github.com/google/btree`](https://github.com/google/btree) +`sylr.dev/btree` is a fork of [`github.com/google/btree`](https://github.com/google/btree) with the following adaptations: - The copy-on-write mechanism has been removed diff --git a/go.mod b/go.mod index f792e73..5207e6d 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -module github.com/sylr/btree +module sylr.dev/btree go 1.20