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 @@
package main
import (
"exp/template"
"flag"
"fmt"
"io/ioutil"
......@@ -29,6 +28,7 @@ import (
"os"
"regexp"
"strings"
"template"
)
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