aboutsummaryrefslogtreecommitdiff
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
commitf9489bed72f43333e50346785b75feff4e646aae (patch)
tree5dab217cfac15c650628e9855fb6f7c8dab0b661 /test/chan
parent45e3bcb34389808232f61899936731ebacb778ef (diff)
downloadgo-f9489bed72f43333e50346785b75feff4e646aae.tar.gz
go-f9489bed72f43333e50346785b75feff4e646aae.zip
renaming_4: gofix -r everything/but/src/pkg
R=rsc CC=golang-dev https://golang.org/cl/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 6071821671..cc2cc71000 100644
--- a/test/chan/select5.go
+++ b/test/chan/select5.go
@@ -18,7 +18,7 @@ import (
"fmt"
"io"
"os"
- "template"
+ "text/template"
)
func main() {