瀏覽代碼

Explain better the `net/http` note.

Javier Provecho Fernandez 9 年之前
父節點
當前提交
cbf43049fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -95,7 +95,7 @@ BenchmarkZeus_GithubAll 		| 2000 		| 944234 	| 300688 	| 2648
     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
     import "net/http"