summaryrefslogtreecommitdiff
path: root/test/ken/rob1.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
commit2f478ff747cecf05f5ee523d09ab7e6511c30df6 (patch)
treed4421ce147849d3aa67d41475bff5fa59976b980 /test/ken/rob1.go
parentef32ed10a40b440d82d5352be2c24320a7ef7c2b (diff)
downloadgo-2f478ff747cecf05f5ee523d09ab7e6511c30df6.tar.gz
test: document ken/*.go
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5694065
Diffstat (limited to 'test/ken/rob1.go')
-rw-r--r--test/ken/rob1.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ken/rob1.go b/test/ken/rob1.go
index 35720c928..3042a671b 100644
--- a/test/ken/rob1.go
+++ b/test/ken/rob1.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 general operation using a list implementation.
+
package main
type Item interface {