/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug248.dir/bug1.go
13 строк
226 B
Yury Smolsky
test: eliminate use of Perl in test/fixedbugs/bug248.go
26 май 2018, 18:20
26 май 2018, 18:20
cb80c28
Код
Авторство
О чём код?
// Copyright 2010 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 q type T struct { X, Y int } type I interface { M(T) }