From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/go/crypto%2Ftls%2Ffipsonly%2Findex.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 devdocs/go/crypto%2Ftls%2Ffipsonly%2Findex.html (limited to 'devdocs/go/crypto%2Ftls%2Ffipsonly%2Findex.html') diff --git a/devdocs/go/crypto%2Ftls%2Ffipsonly%2Findex.html b/devdocs/go/crypto%2Ftls%2Ffipsonly%2Findex.html deleted file mode 100644 index 7d3cb98e..00000000 --- a/devdocs/go/crypto%2Ftls%2Ffipsonly%2Findex.html +++ /dev/null @@ -1,9 +0,0 @@ -

Command fipsonly

Package fipsonly restricts all TLS configuration to FIPS-approved settings.

-

The effect is triggered by importing the package anywhere in a program, as in:

-
import _ "crypto/tls/fipsonly"
-

This package only exists when using Go compiled with GOEXPERIMENT=boringcrypto.

-

- © Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
- http://golang.org/pkg/crypto/tls/fipsonly/ -

-
-- cgit v1.2.3