We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b129013 + 5a04236 commit 3472777Copy full SHA for 3472777
fips.go
@@ -0,0 +1,5 @@
1
+//go:build fips
2
+
3
+package channel
4
5
+import _ "crypto/tls/fipsonly"
0 commit comments