0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 19:39:35 +03:00

Fix linkname

This commit is contained in:
hmol233
2021-05-10 07:11:27 +08:00
parent e8a8465220
commit 3b8618b379

View File

@ -2,5 +2,5 @@ package xtls
import _ "unsafe"
//go:linkname errNoCertificates crypto/tls.errNoCertificates
//go:linkname errNoCertificates github.com/xtls/go.errNoCertificates
var errNoCertificates error