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
|
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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user