Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 411 B

1234567891011
  1. This package is a fork of github.com/jba/btree at commit
  2. d4edd57f39b8425fc2c631047ff4dc6024d82a4f, which itself was a fork of
  3. github.com/google/btree at 316fb6d3f031ae8f4d457c6c5186b9e3ded70435.
  4. This directory makes the following modifications:
  5. - Updated copyright notice.
  6. - removed LICENSE (it is the same as the repo-wide license, Apache 2.0)
  7. - Removed examples_test.go and .travis.yml.
  8. - Added this file.