diff options
author | Wolfy-J <[email protected]> | 2018-06-15 15:54:14 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-15 15:54:14 +0300 |
commit | dfef39c64132192d13e2315364a74f1b0244791e (patch) | |
tree | b0959bbbb1ca5a16d94646454d7f2e9340081915 /service/http/config.go | |
parent | ccd297dbe2586b3fd29854f72f795be9e818522e (diff) |
readme, samples, golint, build scripts
Diffstat (limited to 'service/http/config.go')
-rw-r--r-- | service/http/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config.go b/service/http/config.go index de791f45..fb4574b1 100644 --- a/service/http/config.go +++ b/service/http/config.go @@ -6,7 +6,7 @@ import ( "strings" ) -// Configures RoadRunner HTTP server. +// Config configures RoadRunner HTTP server. type Config struct { // Enable enables http svc. Enable bool |