commit | f9489bed72f43333e50346785b75feff4e646aae | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Nov 08 15:43:02 2011 -0800 |
committer | Rob Pike <r@golang.org> | Tue Nov 08 15:43:02 2011 -0800 |
tree | 5dab217cfac15c650628e9855fb6f7c8dab0b661 | |
parent | 45e3bcb34389808232f61899936731ebacb778ef [diff] [blame] |
renaming_4: gofix -r everything/but/src/pkg R=rsc CC=golang-dev https://golang.org/cl/5338043
diff --git a/doc/codelab/wiki/final-noerror.go b/doc/codelab/wiki/final-noerror.go index 69e1912..53433e9 100644 --- a/doc/codelab/wiki/final-noerror.go +++ b/doc/codelab/wiki/final-noerror.go
@@ -1,9 +1,9 @@ package main import ( - "http" "io/ioutil" - "template" + "net/http" + "text/template" ) type Page struct {