Fix linkname

pull/553/head
hmol233 2021-05-10 07:11:27 +08:00
parent e8a8465220
commit 3b8618b379
No known key found for this signature in database
GPG Key ID: D617A9DAB0C992D5
1 changed files with 1 additions and 1 deletions

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