From ca2901418305ba0731f823203fa8d824a7a4b0d9 Mon Sep 17 00:00:00 2001 From: Kris Childress Date: Wed, 12 Oct 2016 23:36:48 -0600 Subject: [PATCH] Remove the optional step for the net/http import --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 75e7417c..444ac0b0 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,6 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648 import "gopkg.in/gin-gonic/gin.v1" ``` -3. (Optional) Import `net/http`. This is required for example if using constants such as `http.StatusOK`. - - ```go - import "net/http" - ``` - ## API Examples #### Using GET, POST, PUT, PATCH, DELETE and OPTIONS