config: Remove unused config field The implementation did not use this field after all.
1 files changed, 0 insertions(+), 1 deletions(-) M config/config.go
M config/config.go => config/config.go +0 -1
@@ 21,7 21,6 @@ const ( // Config is the configuration of the bridge. type Config struct { - Include string BaseURL string HTTPAddress string LogLevel string