reflect: replace all_test with copy from upstream

Этот коммит содержится в:
Damian Gryski 2023-03-22 13:31:41 -07:00 коммит произвёл Ron Evans
родитель d73e12db63
коммит c482d65397
3 изменённых файлов: 8109 добавлений и 21 удалений

Различия файлов не показаны, т.к. их слишком много Показать различия

10
src/reflect/internal/example1/example.go Обычный файл
Просмотреть файл

@ -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
src/reflect/internal/example2/example.go Обычный файл
Просмотреть файл

@ -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
}