6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
// +build fips
|
||
|
|
||
|
package main
|
||
|
|
||
|
import _ "crypto/tls/fipsonly"
|