Move the x/mongo/driver/uuid package to an internal package to prevent external users from consuming it.
The x/mongo/driver/uuid package is based on the github.com/google/uuid package, but significantly simplified and with a pseudo-random number source instead of a cryptographically-secure random number source. For those reasons, it's only suitable for specific use cases in the driver. Move the package to an internal package to prevent users from accidentally using it without understanding the differences.
- related to
-
GODRIVER-2206 Move test utilities to internal
- Closed