Files
releases/v1/topdown/http_fixup_darwin.go
T
Stephan Renatus b15601876e go: cleanup old build flags
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2026-02-12 08:42:05 +01:00

11 lines
165 B
Go

package topdown
func fixupDarwinGo118(x, y string) string {
switch x {
case "x509: certificate signed by unknown authority":
return y
default:
return x
}
}