1
0
mirror of https://github.com/golang/go synced 2024-11-23 01:40:03 -07:00

Update index.html

added missing package
This commit is contained in:
Chirag Sukhala 2020-01-21 20:30:18 +05:30 committed by GitHub
parent 71239b4f49
commit e74aff5337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,6 +257,7 @@ To use the <code>net/http</code> package, it must be imported:
import (
"fmt"
"io/ioutil"
"log"
<b>"net/http"</b>
)
</pre>