Sync upstream Go 1.20

Excluding `boring` or test files
This commit is contained in:
RPRX
2023-11-12 12:08:30 -05:00
committed by yuhan6665
parent da6c695a34
commit 870716f6af
15 changed files with 247 additions and 168 deletions
-1
View File
@@ -156,7 +156,6 @@ func main() {
keyOut, err := os.OpenFile("key.pem", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
if err != nil {
log.Fatalf("Failed to open key.pem for writing: %v", err)
return
}
privBytes, err := x509.MarshalPKCS8PrivateKey(priv)
if err != nil {