mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 00:50:24 +08:00
6 lines
61 B
Go
6 lines
61 B
Go
// +build fips
|
|
|
|
package main
|
|
|
|
import _ "crypto/tls/fipsonly"
|