From 6c12b267610ecf12f92100f67819c82a83152ff9 Mon Sep 17 00:00:00 2001 From: kennwhite Date: Thu, 15 Sep 2022 23:19:41 -0400 Subject: [PATCH] Emphasize use of required build tag. (#1073) --- mongo/doc.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mongo/doc.go b/mongo/doc.go index 5c1a86986e..03390a1c97 100644 --- a/mongo/doc.go +++ b/mongo/doc.go @@ -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. //