mirror of
https://github.com/golang/go
synced 2024-11-23 05:00:07 -07:00
Update index.html
added missing package
This commit is contained in:
parent
71239b4f49
commit
e74aff5337
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user