]> Cypherpunks repositories - gostls13.git/commitdiff
doc/tmpltohtml: update to new template package.
authorRob Pike <r@golang.org>
Sat, 20 Aug 2011 23:04:21 +0000 (09:04 +1000)
committerRob Pike <r@golang.org>
Sat, 20 Aug 2011 23:04:21 +0000 (09:04 +1000)
Trivial change: just fix the import.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4937043

doc/tmpltohtml.go

index f4d2e2c2c443dc4e3f1d50865fc0bbf0d45b843a..4a8d0265fc13bc6812a1dc99ed976b229be4edec 100644 (file)
@@ -21,7 +21,6 @@
 package main
 
 import (
-       "exp/template"
        "flag"
        "fmt"
        "io/ioutil"
@@ -29,6 +28,7 @@ import (
        "os"
        "regexp"
        "strings"
+       "template"
 )
 
 func Usage() {