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:
committed by
Marc Vertes
parent
978bbe0301
commit
bfa9a267be
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user