summaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.24/src/reflect/internal/example2/example.go
diff options
context:
space:
mode:
authorpsydvl <[email protected]>2025-08-21 10:50:00 +0300
committerpsydvl <[email protected]>2025-08-21 11:12:30 +0300
commitfd98d11c0aabfa01d9b60b57cee66315f8f05509 (patch)
treea39bde274be74b092622aaedb37f71c93dc62e0f /contrib/go/_std_1.24/src/reflect/internal/example2/example.go
parent3599c852ca6b643ae66e96b93cee5965b406c295 (diff)
Go 1.24 switch
- switch go to 1.24 - yolint from task - update opensource ya json - update mapping commit_hash:c4d3eb558957c1536ed9976488e76cd1d20b62e9
Diffstat (limited to 'contrib/go/_std_1.24/src/reflect/internal/example2/example.go')
-rw-r--r--contrib/go/_std_1.24/src/reflect/internal/example2/example.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/go/_std_1.24/src/reflect/internal/example2/example.go b/contrib/go/_std_1.24/src/reflect/internal/example2/example.go
new file mode 100644
index 00000000000..8a55826a1c5
--- /dev/null
+++ b/contrib/go/_std_1.24/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
+}