/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue21120.go
11 строк
354 B
Ian Lance Taylor
cmd/compile: consider exported flag in namedata
24 июл 2017, 21:05
24 июл 2017, 21:05
ee392ac
Код
Авторство
О чём код?
// rundir // Copyright 2017 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. // The compiler was using an incomplete symbol name for reflect name data, // permitting an invalid merge in the linker, producing an incorrect // exported flag bit. package ignored