summaryrefslogtreecommitdiff
path: root/doc/effective_go.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/effective_go.html')
-rw-r--r--doc/effective_go.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/effective_go.html b/doc/effective_go.html
index ab109280f..37cb516b0 100644
--- a/doc/effective_go.html
+++ b/doc/effective_go.html
@@ -2926,7 +2926,7 @@ import (
"http"
"io"
"log"
- "template"
+ "old/template" // New template package coming soon...
)
var addr = flag.String("addr", ":1718", "http service address") // Q=17, R=18