We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda0241 commit ead607bCopy full SHA for ead607b
README.md
@@ -5,6 +5,16 @@ patterns and conventions used in Go code at MongoDB.
5
6
See [MongoDB Go Style Guide](style.md) for the style guide.
7
8
+## MongoDB-Specific Changes
9
+
10
+At MongoDB, we aim to keep this guide as close to the upstream guide maintained by Uber as
11
+possible. However, there will inevitable by some points of divergence over time as we develop our
12
+own coding standards.
13
14
+When you make a change specific to this MongoDB fork, always update the
15
+[`CHANGELOG-MongoDB.md`](./CHANGELOG-MongoDB.md) file with a summary of what you changed. This makes
16
+it easier to reconcile differences between the Uber and MongoDB versions of this style guide.
17
18
<!--
19
20
## Translations
0 commit comments