Update stdlib for go1.14

This commit is contained in:
Ludovic Fernandez
2020-02-26 15:06:06 +01:00
committed by GitHub
parent 3548c8744e
commit 94e0b582ea
189 changed files with 6715 additions and 1570 deletions

View File

@@ -1,6 +1,6 @@
// Code generated by 'goexports unsafe'. DO NOT EDIT.
// +build go1.12,!go1.13
// +build go1.14,!go1.15
package unsafe

View File

@@ -1,4 +1,4 @@
// +build go1.12,!go1.14
// +build go1.13,!go1.15
// Package unsafe provides wrapper of standard library unsafe package to be imported natively in Yaegi.
package unsafe