summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/cmd/operationgen/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/cmd/operationgen/README.md')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/cmd/operationgen/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/cmd/operationgen/README.md b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/cmd/operationgen/README.md
deleted file mode 100644
index 16154784c40..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/cmd/operationgen/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-The `operationgen` tool
-=======================
-The `operationgen` tool is used to generate operations from the IDL accepted by the `drivergen`
-package. Most of the documentation for code generation can be found in the `drivergen` package.
-
-Building
---------
-Building `operationgen` requires a special library called
-[packr](https://github.com/gobuffalo/packr). Make sure you call `packr2 install` to install
-`operationgen`. Before committing, ensure you call `packr2 clean` to remove the generated files.
-This will help avoid bloating the git repository with unnecessary files.