diff options
Diffstat (limited to 'pkg/crypto/crypto_stdlib.go')
-rw-r--r-- | pkg/crypto/crypto_stdlib.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/crypto/crypto_stdlib.go b/pkg/crypto/crypto_stdlib.go index 514592b08..69e867386 100644 --- a/pkg/crypto/crypto_stdlib.go +++ b/pkg/crypto/crypto_stdlib.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build go1.1 +// +build go1.1 + package crypto import ( |