Skip to content

Commit 07adc67

Browse files
authored
Emphasize use of required build tag. (#1073)
1 parent c3c4c3f commit 07adc67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mongo/doc.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
// # Client Side Encryption
103103
//
104104
// Client-side encryption is a new feature in MongoDB 4.2 that allows specific data fields to be encrypted. Using this
105-
// feature requires specifying the "cse" build tag during compilation.
105+
// feature requires specifying the "cse" build tag during compilation:
106+
//
107+
// go build -tags cse
106108
//
107109
// Note: Auto encryption is an enterprise-only feature.
108110
//

0 commit comments

Comments
 (0)