diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-04 13:25:53 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:17:39 +0300 |
commit | 35d174ba70b5db9da3d0e1d26cec71fab5a37363 (patch) | |
tree | d5aae0c8954e48c74e925d3c1aa00ae15ded7c45 /contrib/go/_std_1.21/src/reflect | |
parent | 871072f17990a5de95a9695926fa2a32daef2e92 (diff) | |
download | ydb-35d174ba70b5db9da3d0e1d26cec71fab5a37363.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/go/_std_1.21/src/reflect')
6 files changed, 0 insertions, 44 deletions
diff --git a/contrib/go/_std_1.21/src/reflect/internal/example1/example.go b/contrib/go/_std_1.21/src/reflect/internal/example1/example.go deleted file mode 100644 index 181dd993af..0000000000 --- a/contrib/go/_std_1.21/src/reflect/internal/example1/example.go +++ /dev/null @@ -1,10 +0,0 @@ -// 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 -} diff --git a/contrib/go/_std_1.21/src/reflect/internal/example1/ya.make b/contrib/go/_std_1.21/src/reflect/internal/example1/ya.make deleted file mode 100644 index b049e08e0d..0000000000 --- a/contrib/go/_std_1.21/src/reflect/internal/example1/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -GO_LIBRARY() -IF (OS_DARWIN AND ARCH_ARM64 OR OS_DARWIN AND ARCH_X86_64 OR OS_LINUX AND ARCH_AARCH64 OR OS_LINUX AND ARCH_X86_64 OR OS_WINDOWS AND ARCH_X86_64) - SRCS( - example.go - ) -ENDIF() -END() diff --git a/contrib/go/_std_1.21/src/reflect/internal/example2/example.go b/contrib/go/_std_1.21/src/reflect/internal/example2/example.go deleted file mode 100644 index 8a55826a1c..0000000000 --- a/contrib/go/_std_1.21/src/reflect/internal/example2/example.go +++ /dev/null @@ -1,10 +0,0 @@ -// 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 -} diff --git a/contrib/go/_std_1.21/src/reflect/internal/example2/ya.make b/contrib/go/_std_1.21/src/reflect/internal/example2/ya.make deleted file mode 100644 index b049e08e0d..0000000000 --- a/contrib/go/_std_1.21/src/reflect/internal/example2/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -GO_LIBRARY() -IF (OS_DARWIN AND ARCH_ARM64 OR OS_DARWIN AND ARCH_X86_64 OR OS_LINUX AND ARCH_AARCH64 OR OS_LINUX AND ARCH_X86_64 OR OS_WINDOWS AND ARCH_X86_64) - SRCS( - example.go - ) -ENDIF() -END() diff --git a/contrib/go/_std_1.21/src/reflect/internal/ya.make b/contrib/go/_std_1.21/src/reflect/internal/ya.make deleted file mode 100644 index 6d915b0462..0000000000 --- a/contrib/go/_std_1.21/src/reflect/internal/ya.make +++ /dev/null @@ -1,5 +0,0 @@ - -RECURSE( - example1 - example2 -) diff --git a/contrib/go/_std_1.21/src/reflect/ya.make b/contrib/go/_std_1.21/src/reflect/ya.make index 02c63eee19..23ba6743f6 100644 --- a/contrib/go/_std_1.21/src/reflect/ya.make +++ b/contrib/go/_std_1.21/src/reflect/ya.make @@ -25,8 +25,3 @@ ELSEIF (OS_DARWIN AND ARCH_X86_64 OR OS_LINUX AND ARCH_X86_64 OR OS_WINDOWS AND ) ENDIF() END() - - -RECURSE( - internal -) |