From 08375ab50b3bf0231b432d855eca014842985c60 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 13 Apr 2023 18:52:12 +0200 Subject: Apply go fmt --- config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index 2c25031..e28cc1b 100644 --- a/config.go +++ b/config.go @@ -10,12 +10,12 @@ import ( ) type RuntimeConfig struct { - Path string + Path string Host string `json:"bind_host"` Port string `json:"bind_port"` Static string `json:"static"` Templates string `json:"templates"` - Data string `json:"data"` + Data string `json:"data"` } func GetRuntimeConfig() RuntimeConfig { -- cgit v1.2.3-70-g09d2