Skip to content

Commit

Permalink
Add section on making MongoDB-specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Feb 10, 2025
1 parent 41be5b7 commit b2c27d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ patterns and conventions used in Go code at MongoDB.

See [MongoDB Go Style Guide](style.md) for the style guide.

## MongoDB-Specific Changes

This is a fork of [Uber's Go Style Guide](https://github.com/uber-go/guide/).

At MongoDB, we aim to keep this guide as close to the upstream guide maintained by Uber as
possible. However, there will inevitable by some points of divergence over time as we develop our
own coding standards.

When you make a change specific to this MongoDB fork, always update the
[`CHANGELOG-MongoDB.md`](./CHANGELOG-MongoDB.md) file with a summary of what you changed. This makes
it easier to reconcile differences between the Uber and MongoDB versions of this style guide.

<!--
## Translations
Expand Down

0 comments on commit b2c27d2

Please sign in to comment.