/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue8280.go
9 строк
277 B
Russ Cox
cmd/gc: fix import of package with var func returning _
25 сен 2014, 00:53
25 сен 2014, 00:53
43c4287
Код
Авторство
О чём код?
// compiledir // Copyright 2014 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. // Issue 8280: cannot import package exporting a func var returning a result named _ package ignored