/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue6428.go
15 строк
281 B
Matthew Dempsky
[dev.regabi] cmd/compile: use ir.Ident for imported identifiers
15 дек 2020, 10:53
15 дек 2020, 10:53
4c2d66f
Код
Авторство
О чём код?
// errorcheck // Copyright 2020 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 import . "testing" // ERROR "imported and not used" type S struct { T int } var _ = S{T: 0}