From e74aff53370569864b7ec8c18617a5d992d34bf2 Mon Sep 17 00:00:00 2001 From: Chirag Sukhala Date: Tue, 21 Jan 2020 20:30:18 +0530 Subject: [PATCH] Update index.html added missing package --- doc/articles/wiki/index.html | 1 + 1 file changed, 1 insertion(+) 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" )