/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug191.dir/b.go
13 строк
218 B
Ian Lance Taylor
test: don't rely on order of unrelated imports in bug191
11 дек 2013, 00:05
11 дек 2013, 00:05
6ae3780
Код
Авторство
О чём код?
// Copyright 2009 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 b var B int func init() { B = 2 } type V int;