diff options
author | Andrew Morrow <andrew.morrow@10gen.com> | 2020-01-15 19:51:39 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2020-01-15 19:51:39 +0000 |
commit | 3c0c136ecf80d60f512e96b9720af3845f401fd8 (patch) | |
tree | e8981c04b760b03bb623b2cfaf31d48ba84bc9a7 /distsrc | |
parent | c9dbf657e1ef0fdda8a32d1080d4a7c3bb361c5e (diff) | |
download | mongo-3c0c136ecf80d60f512e96b9720af3845f401fd8.tar.gz |
SERVER-44763 Remove gotools from build and packaging
Diffstat (limited to 'distsrc')
-rw-r--r-- | distsrc/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/distsrc/README b/distsrc/README index 79d0ac481b5..3312c5e8e1b 100644 --- a/distsrc/README +++ b/distsrc/README @@ -10,15 +10,6 @@ COMPONENTS UTILITIES
- mongodump - Create a binary dump of the contents of a database.
- mongorestore - Restore data from the output created by mongodump.
- mongoexport - Export the contents of a collection to JSON or CSV.
- mongoimport - Import data from JSON, CSV or TSV.
- mongofiles - Put, get and delete files from GridFS.
- mongostat - Show the status of a running mongod/mongos.
- bsondump - Convert BSON files into human-readable formats.
- mongoreplay - Traffic capture and replay tool.
- mongotop - Track time spent reading and writing data.
install_compass - Installs MongoDB Compass for your platform.
BUILDING
|