1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:34:41 -07:00

doc/tmpltohtml: update to new template package.

Trivial change: just fix the import.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4937043
This commit is contained in:
Rob Pike 2011-08-21 09:04:21 +10:00
parent 337254333f
commit 1446ffc265

View File

@ -21,7 +21,6 @@
package main package main
import ( import (
"exp/template"
"flag" "flag"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
@ -29,6 +28,7 @@ import (
"os" "os"
"regexp" "regexp"
"strings" "strings"
"template"
) )
func Usage() { func Usage() {