summaryrefslogtreecommitdiff
path: root/doc/progs/interface2.go
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-09-03 03:49:03 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-09-03 03:49:03 +0800
commit5b7562dd6fe04aa3e827c66ee7ac7b57b6afa667 (patch)
tree3cfa85fda2692d42cc8ecfacc766b807ebdd353c /doc/progs/interface2.go
parenta96c2b8c1afd8fbf7a16ed2f4e5f647c5f8cc17a (diff)
downloadgo-git-5b7562dd6fe04aa3e827c66ee7ac7b57b6afa667.tar.gz
doc/progs: use test/run.go for testing on Windows
cgo[1-4].go, go1.go couldn't be tested now (cgo[1-4].go can only be tested when cgo is enabled, go1.go contain a list of filenames in the current directory) R=golang-dev, alex.brainman, rsc CC=golang-dev https://golang.org/cl/6218048
Diffstat (limited to 'doc/progs/interface2.go')
-rw-r--r--doc/progs/interface2.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/progs/interface2.go b/doc/progs/interface2.go
index a541d94e48..85e7d51636 100644
--- a/doc/progs/interface2.go
+++ b/doc/progs/interface2.go
@@ -1,3 +1,5 @@
+// cmpout
+
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.