From d840779d66865cd18d2834e1719b1092588812ce Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 23 Feb 2012 18:47:26 +1100 Subject: test: commentary for [h-m]*.go R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112 --- test/indirect.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/indirect.go') diff --git a/test/indirect.go b/test/indirect.go index df8d3c736..bb20f3009 100644 --- a/test/indirect.go +++ b/test/indirect.go @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test various safe uses of indirection. + package main var m0 map[string]int -- cgit v1.2.1