/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue11354.go
15 строк
262 B
Josh Bleecher Snyder
cmd/compile: add Type.WidthCalculated
28 мар 2017, 21:06
28 мар 2017, 21:06
8dafdb1
Код
Авторство
О чём код?
// compile // 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. package main type X int var foo = map[int]X{} var bar = map[int][8]X{} func main() {}