From d0d636aa89bf194185abf01e05b190386d0e8b23 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 20:00:19 +0530 Subject: all: go-import, clone url --- config/config.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 4b89dc1..b9bcbbd 100644 --- a/config/config.go +++ b/config/config.go @@ -21,7 +21,13 @@ type Config struct { Title string `yaml:"title"` Description string `yaml:"description"` } `yaml:"meta"` + Misc struct { + GoImport struct { + PrettyURL string `yaml:"string"` + } `yaml:"goImport"` + } `yaml:"misc"` Server struct { + FQDN string `yaml:"fqdn,omitempty"` Host string `yaml:"host"` Port int `yaml:"port"` } `yaml:"server"` -- cgit