diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -11,10 +11,6 @@ import ( type RuntimeConfig struct { Path string - Http HttpConfig `json:"http"` -} - -type HttpConfig struct { Host string `json:"bind_host"` Port string `json:"bind_port"` Static string `json:"static"` |