From 0584eb2e7779d5bf699702d06acb686cd08bddd2 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 18 Oct 2011 14:06:11 +1100 Subject: [release-branch.r58] reflect: disallow Interface method on Value obtained via unexported name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove exp/datafmt that depends on the broken reflect behavior. ««« CL 5267049 / eeca0d4a91a3 reflect: disallow Interface method on Value obtained via unexported name Had been allowing it for use by fmt, but it is too hard to lock down. Fix other packages not to depend on it. R=r, r CC=golang-dev https://golang.org/cl/5266054 »»» R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5297042 --- src/pkg/exp/datafmt/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/pkg/exp/datafmt/Makefile (limited to 'src/pkg/exp/datafmt/Makefile') diff --git a/src/pkg/exp/datafmt/Makefile b/src/pkg/exp/datafmt/Makefile deleted file mode 100644 index aa94538975..0000000000 --- a/src/pkg/exp/datafmt/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2009 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. - -include ../../../Make.inc - -TARG=exp/datafmt -GOFILES=\ - datafmt.go\ - parser.go\ - -include ../../../Make.pkg -- cgit v1.3-5-g9baa