From 4eacd5f54074c6cd73eaef4178c56843ce742445 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 12 Apr 2023 18:50:34 +0200 Subject: Switch to unnested config This is now just not needed. --- config.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index 46685d2..4866b23 100644 --- a/config.go +++ b/config.go @@ -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"` -- cgit v1.2.3-70-g09d2