commit | 52cd4c8610561bfe0ba06ecb6dbb540128ffc7e8 | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux.ma@gmail.com> | Sat Feb 25 01:09:05 2012 +0800 |
committer | Shenghou Ma <minux.ma@gmail.com> | Sat Feb 25 01:09:05 2012 +0800 |
tree | 5c5f087545babad536c053cbe45c8b313e877944 | |
parent | 27e07a2666ab8a699de280ac7dd94d24a2fb5e44 [diff] [blame] |
doc: update codelab/wiki to Go 1. R=golang-dev, r, adg CC=golang-dev https://golang.org/cl/5683076
diff --git a/doc/codelab/wiki/final-noerror.go b/doc/codelab/wiki/final-noerror.go index e86bc1a..e11d268 100644 --- a/doc/codelab/wiki/final-noerror.go +++ b/doc/codelab/wiki/final-noerror.go
@@ -5,9 +5,9 @@ package main import ( + "html/template" "io/ioutil" "net/http" - "text/template" ) type Page struct {