mirror of
https://github.com/golang/go.git
synced 2025-11-03 18:20:59 +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
|
|
@ -3,8 +3,8 @@ package main
|
|||
import (
|
||||
"http"
|
||||
"io/ioutil"
|
||||
"old/template"
|
||||
"os"
|
||||
"template"
|
||||
)
|
||||
|
||||
type Page struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue