hdx/vendor/cloud.google.com/go/internal/btree
Derek McQuay 59af8fc84f
initial commit
Signed-off-by: Derek McQuay <derekmcquay@gmail.com>
2018-04-10 19:17:26 -07:00
..
README.md initial commit 2018-04-10 19:17:26 -07:00
benchmarks_test.go initial commit 2018-04-10 19:17:26 -07:00
btree.go initial commit 2018-04-10 19:17:26 -07:00
btree_test.go initial commit 2018-04-10 19:17:26 -07:00
debug.go initial commit 2018-04-10 19:17:26 -07:00

README.md

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.