1
0
mirror of https://github.com/golang/go synced 2024-11-15 10:30:54 -07:00

[dev.typeparams] cmd/compile/internal/types: review of gccgosizes.go

Except for the package name, this file is unchanged from the go/types version.

f=gccgosizes.go; diff $f ../../../../go/types/$f
8c8
< package types2
---
> package types

Change-Id: I23a8432f3e6f21eec8220f89a24df26e91ad41ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/265697
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
Robert Griesemer 2020-10-27 11:40:00 -07:00
parent abb31c2558
commit ff6ab114c9

View File

@ -1,4 +1,3 @@
// UNREVIEWED
// 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.