mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue