Update error strings (start with lowercase letters)

This commit is contained in:
Zac Bergquist
2015-06-07 20:49:17 -04:00
parent 20b6e971c0
commit 41e1f1ffa5
12 changed files with 32 additions and 32 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/mholt/caddy/middleware"
)
var errUnreachable = errors.New("Unreachable backend")
var errUnreachable = errors.New("unreachable backend")
// Proxy represents a middleware instance that can proxy requests.
type Proxy struct {