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:
parent
337254333f
commit
1446ffc265
@ -21,7 +21,6 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"exp/template"
|
||||
"flag"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
@ -29,6 +28,7 @@ import (
|
||||
"os"
|
||||
"regexp"
|
||||
"strings"
|
||||
"template"
|
||||
)
|
||||
|
||||
func Usage() {
|
||||
|
Loading…
Reference in New Issue
Block a user