aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text/template/exec.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
committerRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
commit45e3bcb34389808232f61899936731ebacb778ef (patch)
treeb5f62f645f0a9bfc65ba292a21e958641efad4f4 /src/pkg/text/template/exec.go
parent30aa701fec9fad07180ca45958cf552b193a4d3a (diff)
downloadgo-45e3bcb34389808232f61899936731ebacb778ef.tar.xz
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
R=rsc CC=golang-dev https://golang.org/cl/5345045
Diffstat (limited to 'src/pkg/text/template/exec.go')
-rw-r--r--src/pkg/text/template/exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/text/template/exec.go b/src/pkg/text/template/exec.go
index 8ebd52bf3f..19108825d5 100644
--- a/src/pkg/text/template/exec.go
+++ b/src/pkg/text/template/exec.go
@@ -10,7 +10,7 @@ import (
"reflect"
"runtime"
"strings"
- "template/parse"
+ "text/template/parse"
)
// state represents the state of an execution. It's not part of the