diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html
index ee7af33442a..e29106a6e52 100644
--- a/doc/codelab/wiki/index.html
+++ b/doc/codelab/wiki/index.html
@@ -710,7 +710,7 @@ Then we create an init
function, which will be called before
ParseFile
that does not return an error code; instead, it panics
if an error is encountered. A panic is appropriate here; if the templates can't
be loaded the only sensible thing to do is exit the program.
-
func init() { diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html index 3ddbd96b775..7ef97b45ba8 100644 --- a/doc/codelab/wiki/wiki.html +++ b/doc/codelab/wiki/wiki.html @@ -574,7 +574,7 @@ Then we create aninit
function, which will be called beforeParseFile
that does not return an error code; instead, it panics if an error is encountered. A panic is appropriate here; if the templates can't be loaded the only sensible thing to do is exit the program. -!./srcextract.bin -src=final.go -name=init