summaryrefslogtreecommitdiff
path: root/test/ken/simpvar.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-02-24 16:24:24 +1100
committerRob Pike <r@golang.org>2012-02-24 16:24:24 +1100
commiteb37b5b74499c1c5f90a1adf533dc59fa870d794 (patch)
tree27d4ae32032e8f148062581b8d44337a4faea1ed /test/ken/simpvar.go
parent51a84bbfaa812fe0421ab4a1607bf87b43d2a877 (diff)
downloadgo-git-eb37b5b74499c1c5f90a1adf533dc59fa870d794.tar.gz
test: document ken/*.go
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694065
Diffstat (limited to 'test/ken/simpvar.go')
-rw-r--r--test/ken/simpvar.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ken/simpvar.go b/test/ken/simpvar.go
index 324008d236..c6eefbb5ad 100644
--- a/test/ken/simpvar.go
+++ b/test/ken/simpvar.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 scoping of variables.
+
package main