/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue49016.dir/e.go
11 строк
205 B
Cuong Manh Le
cmd/compile: fix crawling of embeddable types during inline
20 окт 2021, 20:26
20 окт 2021, 20:26
4e565f7
Код
Авторство
О чём код?
// Copyright 2021 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 e import ( "./b" ) var _ = b.F1()