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

@@ -11,8 +11,8 @@ type Fromage struct {
func main() {
a := Fromage{}
fmt.Println(a.Server)
fmt.Println(a.Server.WriteTimeout)
}
// Output:
// { <nil> <nil> 0s 0s 0s 0s 0 map[] <nil> <nil> 0 0 {{0 0} 0} <nil> {0 0} map[] map[] <nil> []}
// 0s