Update stdlib for go1.13 (#351)

* chore: generate stdlib for go1.13

* chore: update CI configuration.

* fix: struct13 test is too dependent of the Go implementation.

* fix: disable test import4.go
This commit is contained in:
Ludovic Fernandez
2019-09-09 09:59:26 +02:00
committed by Marc Vertes
parent 978bbe0301
commit bfa9a267be
178 changed files with 85647 additions and 13 deletions

View File

@@ -0,0 +1,17 @@
// Code generated by 'goexports unsafe'. DO NOT EDIT.
// +build go1.13,!go1.14
package unsafe
import (
"reflect"
"unsafe"
)
func init() {
Symbols["unsafe"] = map[string]reflect.Value{
// type definitions
"Pointer": reflect.ValueOf((*unsafe.Pointer)(nil)),
}
}

View File

@@ -1,4 +1,4 @@
// +build go1.11,!go1.13
// +build go1.11,!go1.14
package unsafe