diff --git a/doc/articles/wiki/index.html b/doc/articles/wiki/index.html index 4e3a5deab5..a74a58e317 100644 --- a/doc/articles/wiki/index.html +++ b/doc/articles/wiki/index.html @@ -257,6 +257,7 @@ To use the net/http package, it must be imported: import ( "fmt" "io/ioutil" + "log" "net/http" )