diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 21:00:36 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 21:00:36 +0530 |
commit | 089ada4cac4dd900646c2039960214f549bed058 (patch) | |
tree | efccfa5fc7354750f4efcd5b1479f0ff31546ae6 /config | |
parent | 0e6eaa211357cd5b9de1762b1cb49e47d35580dc (diff) | |
download | legit-089ada4cac4dd900646c2039960214f549bed058.tar.gz legit-089ada4cac4dd900646c2039960214f549bed058.tar.bz2 legit-089ada4cac4dd900646c2039960214f549bed058.zip |
config: fix go-import pretty url
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index b9bcbbd..6867129 100644 --- a/config/config.go +++ b/config/config.go @@ -23,7 +23,7 @@ type Config struct { } `yaml:"meta"` Misc struct { GoImport struct { - PrettyURL string `yaml:"string"` + PrettyURL string `yaml:"prettyURL"` } `yaml:"goImport"` } `yaml:"misc"` Server struct { |