diff options
author | Wolfy-J <[email protected]> | 2018-06-14 22:58:28 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-14 22:58:28 +0300 |
commit | ccd297dbe2586b3fd29854f72f795be9e818522e (patch) | |
tree | dd893888f99dce8ccdd207180b6b146c88eb4d22 /service/static | |
parent | 85c8cc760de445af8c669bc9228aedc8bd9341ef (diff) |
cs
Diffstat (limited to 'service/static')
-rw-r--r-- | service/static/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/static/service.go b/service/static/service.go index 545c96bf..2324dcd1 100644 --- a/service/static/service.go +++ b/service/static/service.go @@ -55,7 +55,7 @@ func (s *Service) Serve() error { return nil } // Stop stops the service. func (s *Service) Stop() {} -// middleware must return true if request/response pair is handled withing the middleware. +// middleware must return true if request/response pair is handled within the middleware. func (s *Service) middleware(w http.ResponseWriter, r *http.Request) bool { fPath := r.URL.Path |