summaryrefslogtreecommitdiff
path: root/test/chan
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:43:02 -0800
committerRob Pike <r@golang.org>2011-11-08 15:43:02 -0800
commit0f11cfc61b07dc4959bacf613ddfc4704d8c75f0 (patch)
tree8a13cfd19ab9be4e7ada24ea253caef9c01d584d /test/chan
parentba0a9639eebf5dc9c638633cc4e54338243d1bf8 (diff)
downloadgo-0f11cfc61b07dc4959bacf613ddfc4704d8c75f0.tar.gz
renaming_4: gofix -r everything/but/src/pkg
R=rsc CC=golang-dev http://codereview.appspot.com/5338043
Diffstat (limited to 'test/chan')
-rw-r--r--test/chan/select5.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chan/select5.go b/test/chan/select5.go
index 607182167..cc2cc7100 100644
--- a/test/chan/select5.go
+++ b/test/chan/select5.go
@@ -18,7 +18,7 @@ import (
"fmt"
"io"
"os"
- "template"
+ "text/template"
)
func main() {