Skip to content

Commit

Permalink
Rename module to sylr.dev/btree
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Nov 24, 2023
1 parent 7ac6a75 commit a7fca81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a7fca81

Please sign in to comment.