summaryrefslogtreecommitdiff
path: root/test/nil.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-02-24 10:30:39 +1100
committerRob Pike <r@golang.org>2012-02-24 10:30:39 +1100
commitbd015ed8b1ee2332d5c70e58b719166faa2f6f8b (patch)
tree22bade31cb8aa2def762dcb4436e4890ef6323ec /test/nil.go
parent0b4dd81d0f623176a8244786ecce904d08e35fe7 (diff)
downloadgo-bd015ed8b1ee2332d5c70e58b719166faa2f6f8b.tar.gz
test/[n-r]*.go: add documentation
The rename ones needed redoing. R=golang-dev, bradfitz, rsc CC=golang-dev http://codereview.appspot.com/5698054
Diffstat (limited to 'test/nil.go')
-rw-r--r--test/nil.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/nil.go b/test/nil.go
index fd9382739..9f7bcbb59 100644
--- a/test/nil.go
+++ b/test/nil.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 nil.
+
package main
import (