Skip to content

Commit

Permalink
Emphasize use of required build tag. (mongodb#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennwhite authored and Julien-Beezeelinx committed Oct 20, 2022
1 parent a2a9b51 commit 6c12b26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mongo/doc.go
Expand Up @@ -102,7 +102,9 @@
// # Client Side Encryption
//
// Client-side encryption is a new feature in MongoDB 4.2 that allows specific data fields to be encrypted. Using this
// feature requires specifying the "cse" build tag during compilation.
// feature requires specifying the "cse" build tag during compilation:
//
// go build -tags cse
//
// Note: Auto encryption is an enterprise-only feature.
//
Expand Down

0 comments on commit 6c12b26

Please sign in to comment.