/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue28053.dir/a.go
10 строк
220 B
gulmix
cmd/compile: hint about unexported fields in "too few values" error
11 июн 2026, 22:54
11 июн 2026, 22:54
e4bc71d
Код
Авторство
О чём код?
// Copyright 2026 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 p type S struct { Exported int unexported int }