Updated docs; renamed a couple utility files

This commit is contained in:
Matthew Holt
2015-01-29 22:52:21 -07:00
parent dcc67863dc
commit 8471c2d9d8
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
// Server implements a configurable, general-purpose web server. It
// relies on configurations obtained from the adjacent config package
// and can execute middleware as defined by the adjacent middleware
// package.
package server
import (