diff options
author | Wolfy-J <[email protected]> | 2018-06-03 13:12:59 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-03 13:12:59 +0300 |
commit | a891f511f973c102f3a425a0686203fba2117841 (patch) | |
tree | 78f4534e6235b34b963799b0fbda202f91faca14 /http/server.go | |
parent | 6f805059d5eff80ad89ed8b2abc50bdd52fb3e4b (diff) |
minor CS
Diffstat (limited to 'http/server.go')
-rw-r--r-- | http/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/server.go b/http/server.go index 41e39133..22c6380a 100644 --- a/http/server.go +++ b/http/server.go @@ -8,7 +8,7 @@ import ( "strconv" ) -// Service serves http connections to underlying PHP application using PSR-7 protocol. Context will include request headers, +// service serves http connections to underlying PHP application using PSR-7 protocol. Context will include request headers, // parsed files and query, payload will include parsed form dataTree (if any). type Server struct { cfg *Config |