From 4cecda6c347bd6902b960c6a35a967add7070b0d Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Mon, 30 Jan 2012 15:38:19 +0100 Subject: Imported Upstream version 2012.01.27 --- src/pkg/strings/export_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/pkg/strings/export_test.go (limited to 'src/pkg/strings/export_test.go') diff --git a/src/pkg/strings/export_test.go b/src/pkg/strings/export_test.go new file mode 100644 index 000000000..dcfec513c --- /dev/null +++ b/src/pkg/strings/export_test.go @@ -0,0 +1,9 @@ +// Copyright 2011 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 strings + +func (r *Replacer) Replacer() interface{} { + return r.r +} -- cgit v1.2.3