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
|
||||
|
||||
import (
|
||||
"exp/template"
|
||||
"flag"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
|
|
@ -29,6 +28,7 @@ import (
|
|||
"os"
|
||||
"regexp"
|
||||
"strings"
|
||||
"template"
|
||||
)
|
||||
|
||||
func Usage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue