diff options
Diffstat (limited to 'src/lib/http/status.go')
| -rw-r--r-- | src/lib/http/status.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/http/status.go b/src/lib/http/status.go index 82a8b214c4..6d1c5ab28a 100644 --- a/src/lib/http/status.go +++ b/src/lib/http/status.go @@ -2,10 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// HTTP status codes. See RFC 2616. - package http +// HTTP status codes, defined in RFC 2616. const ( StatusContinue = 100; StatusSwitchingProtocols = 101; |
