/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue7995b.go
9 строк
239 B
Russ Cox
cmd/gc: correct handling of globals, func args, results
15 май 2014, 23:34
15 май 2014, 23:34
f5184d3
Код
Авторство
О чём код?
// rundir // 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 7995: globals not flushed quickly enough. package ignored