reflect: replace all_test with copy from upstream

This commit is contained in:
Damian Gryski
2023-03-22 13:31:41 -07:00
committed by Ron Evans
parent d73e12db63
commit c482d65397
3 changed files with 8109 additions and 21 deletions
+8089 -21
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package example1
type MyStruct struct {
MyStructs []MyStruct
MyStruct *MyStruct
}
+10
View File
@@ -0,0 +1,10 @@
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package example2
type MyStruct struct {
MyStructs []MyStruct
MyStruct *MyStruct
}