/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue29919.go
9 строк
261 B
Keith Randall
cmd/compile: hide init functions in tracebacks
27 янв 2019, 07:02
27 янв 2019, 07:02
eafe9a1
Код
Авторство
О чём код?
// rundir // Copyright 2019 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. // Make sure tracebacks from initialization code are reported correctly. package ignored