mirror of https://github.com/gin-gonic/gin.git
Explain better the `net/http` note.
This commit is contained in:
parent
8b649abbf5
commit
cbf43049fe
|
@ -95,7 +95,7 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648
|
||||||
import "github.com/gin-gonic/gin"
|
import "github.com/gin-gonic/gin"
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Import net/http if required:
|
3. (Optional) Import `net/http`. This is required for example if using constants such as `http.StatusOK`.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import "net/http"
|
import "net/http"
|
||||||
|
|
Loading…
Reference in New Issue