summaryrefslogtreecommitdiff
path: root/test/stringrange.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-02-24 11:48:19 +1100
committerRob Pike <r@golang.org>2012-02-24 11:48:19 +1100
commit80a9783f842ff5d14fd5e2e5d5a129635a081031 (patch)
tree1ee1d083efadeb7077c17d701a82c5d338f4c30c /test/stringrange.go
parentc05c3a9d1180e6d449049d9ed96c46b65837bb29 (diff)
downloadgo-git-80a9783f842ff5d14fd5e2e5d5a129635a081031.tar.gz
test/[n-z]*.go: add documentation
R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5700056
Diffstat (limited to 'test/stringrange.go')
-rw-r--r--test/stringrange.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stringrange.go b/test/stringrange.go
index a1534c49cb..daaba91c69 100644
--- a/test/stringrange.go
+++ b/test/stringrange.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 range over strings.
+
package main
import (