/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue16133.go
10 строк
295 B
Robert Griesemer
cmd/compile: fix error msg mentioning different packages with same name
22 июн 2016, 03:12
22 июн 2016, 03:12
1f44643
Код
Авторство
О чём код?
// errorcheckdir -s // Copyright 2016 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. // Verify error messages referring to multiple different // packages with the same package name. package ignored