From: Robert Griesemer Date: Thu, 11 Feb 2021 01:06:33 +0000 (-0800) Subject: [dev.typeparams] cmd/compile/internal/types: review of builtin.go X-Git-Tag: go1.17beta1~1473^2~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f1777cf84c;p=gostls13.git [dev.typeparams] cmd/compile/internal/types: review of builtin.go The changes between (equivalent, and reviewed) go/types/builtin.go and builtin.go can be seen by comparing patchset 1 and 2. The actual change is just removing the "// UNREVIEWED" marker. Change-Id: Ibecf2b5bc982f6bf92310267b9f06b588b7148a9 Reviewed-on: https://go-review.googlesource.com/c/go/+/291169 Reviewed-by: Robert Findley Trust: Robert Griesemer --- diff --git a/src/cmd/compile/internal/types2/builtins.go b/src/cmd/compile/internal/types2/builtins.go index bd1ea0fdc1..591a22f814 100644 --- a/src/cmd/compile/internal/types2/builtins.go +++ b/src/cmd/compile/internal/types2/builtins.go @@ -1,4 +1,3 @@ -// UNREVIEWED // Copyright 2012 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.