Skip to content

Commit

Permalink
Emphasize use of required build tag. (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennwhite committed Sep 16, 2022
1 parent c3c4c3f commit 07adc67
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 07adc67

Please sign in to comment.