Skip to content

Commit

Permalink
Tag v2 to differenciate from github.com/google/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 7453c14 commit d12ac89
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
https://pkg.go.dev/github.com/petar/GoLLRB/llrb, and is meant to allow btree to
act as a drop-in replacement for gollrb trees.

See https://pkg.go.dev/sylr.dev/btree for documentation.
See https://pkg.go.dev/sylr.dev/btree/v2 for documentation.

## Fork disclaimer

`sylr.dev/btree` is a fork of [`github.com/google/btree`](https://github.com/google/btree)
`sylr.dev/btree/v2` 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 sylr.dev/btree
module sylr.dev/btree/v2

go 1.20

0 comments on commit d12ac89

Please sign in to comment.