mirror of
https://github.com/golang/go.git
synced 2025-11-07 20:21:01 +00:00
template: delete old template code.
It's already in old/template; make that build. Update a couple of references to point to the old template. They can be updated later. Update goplay to use exp/template. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4902046
This commit is contained in:
parent
ff0240da6d
commit
73b7afbebd
18 changed files with 35 additions and 2115 deletions
|
|
@ -1,8 +1,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"old/template"
|
||||
"os"
|
||||
"template"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue