/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug367.go
10 строк
266 B
Rémy Oudompheng
test: use rundir and errorcheckdir for a few more tests.
07 окт 2012, 20:37
07 окт 2012, 20:37
d9953c9
Код
Авторство
О чём код?
// rundir // Copyright 2011 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 1536: bug when handling imported interfaces with // private methods. package ignored