/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue43167.go
13 строк
368 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 . "bytes" var _ Buffer // use package bytes var Index byte // ERROR "Index redeclared.*\n\tLINE-4: previous declaration during import .bytes.|already declared|redefinition"