diff --git a/doc/articles/wiki/index.html b/doc/articles/wiki/index.html
index f8144bbac33..fdf676a2fec 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"
)