/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug248.dir/bug0.go
13 строк
226 B
Olivier Duperray
test: Add the usual Copyright notice.
24 янв 2012, 23:48
24 янв 2012, 23:48
0da89b3
Код
Авторство
О чём код?
// 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 p type T struct { X, Y int } type I interface { M(T) }