Skip to content

Commit

Permalink
Moved the package godoc into a separate doc.go file. Expanded on it.
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Jul 4, 2015
1 parent 01eb4ac commit 96318c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
Package handlers is a collection of handlers (aka "HTTP middleware") for use
with Go's net/http package (or any framework supporting http.Handler).
The package includes handlers for logging in standardised formats, compressing
HTTP responses, validating content types and other useful tools for manipulating
requests and responses.
*/
package handlers
4 changes: 0 additions & 4 deletions handlers.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// Copyright 2013 The Gorilla Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

/*
Package handlers is a collection of handlers for use with Go's net/http package.
*/
package handlers

import (
Expand Down

0 comments on commit 96318c0

Please sign in to comment.