diff options
| author | Rob Pike <r@golang.org> | 2011-11-08 15:41:54 -0800 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2011-11-08 15:41:54 -0800 |
| commit | 45e3bcb34389808232f61899936731ebacb778ef (patch) | |
| tree | b5f62f645f0a9bfc65ba292a21e958641efad4f4 /src/pkg/text/template/exec.go | |
| parent | 30aa701fec9fad07180ca45958cf552b193a4d3a (diff) | |
| download | go-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.go | 2 |
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 |
