rclone/vendor/cloud.google.com/go/internal/btree
Nick Craig-Wood 6427029c4e vendor: update all dependencies
* Update all dependencies
  * Remove all `[[constraint]]` from Gopkg.toml
  * Add in the minimum number of `[[override]]` to build
  * Remove go get of github.com/inconshreveable/mousetrap as it is vendored
  * Update docs with new policy on constraints
2018-05-05 15:52:24 +01:00
..
benchmarks_test.go vendor: update all dependencies 2018-05-05 15:52:24 +01:00
btree_test.go vendor: update all dependencies 2018-05-05 15:52:24 +01:00
btree.go vendor: update all dependencies 2018-05-05 15:52:24 +01:00
debug.go vendor: update all dependencies 2018-05-05 15:52:24 +01:00
README.md vendor: update all dependencies 2018-05-05 15:52:24 +01:00

This package is a fork of github.com/jba/btree at commit d4edd57f39b8425fc2c631047ff4dc6024d82a4f, which itself was a fork of github.com/google/btree at 316fb6d3f031ae8f4d457c6c5186b9e3ded70435.

This directory makes the following modifications:

  • Updated copyright notice.
  • removed LICENSE (it is the same as the repo-wide license, Apache 2.0)
  • Removed examples_test.go and .travis.yml.
  • Added this file.