Commit 1446ffc2 authored by Rob Pike's avatar Rob Pike

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
parent 33725433
...@@ -21,7 +21,6 @@ ...@@ -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 ( ...@@ -29,6 +28,7 @@ import (
"os" "os"
"regexp" "regexp"
"strings" "strings"
"template"
) )
func Usage() { func Usage() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment